org.armedbear.lisp.util
Class RACFMalformedInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.nio.charset.CharacterCodingException
                  extended by java.nio.charset.MalformedInputException
                      extended by org.armedbear.lisp.util.RACFMalformedInputException
All Implemented Interfaces:
java.io.Serializable

public class RACFMalformedInputException
extends java.nio.charset.MalformedInputException

Class - derived from MalformedInputException - which holds information required to allow higher level systems to invoke a lisp restart function to set replacement characters.

See Also:
Serialized Form

Constructor Summary
RACFMalformedInputException(int position, char character, java.lang.String charsetName)
           
 
Method Summary
 java.lang.String getMessage()
           
 int getPosition()
           
 
Methods inherited from class java.nio.charset.MalformedInputException
getInputLength
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RACFMalformedInputException

public RACFMalformedInputException(int position,
                                   char character,
                                   java.lang.String charsetName)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.nio.charset.MalformedInputException

getPosition

public int getPosition()