org.armedbear.lisp.util
Class RACFMalformedInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.charset.CharacterCodingException
java.nio.charset.MalformedInputException
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
| 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 |
RACFMalformedInputException
public RACFMalformedInputException(int position,
char character,
java.lang.String charsetName)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.nio.charset.MalformedInputException
getPosition
public int getPosition()