org.armedbear.lisp.util
Class RACFUnmappableCharacterException

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.UnmappableCharacterException
                      extended by org.armedbear.lisp.util.RACFUnmappableCharacterException
All Implemented Interfaces:
java.io.Serializable

public class RACFUnmappableCharacterException
extends java.nio.charset.UnmappableCharacterException

Class - derived from UnmappableCharacterException - 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
RACFUnmappableCharacterException(int position, char character, java.lang.String charsetName)
           
 
Method Summary
 java.lang.String getMessage()
           
 int getPosition()
           
 
Methods inherited from class java.nio.charset.UnmappableCharacterException
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

RACFUnmappableCharacterException

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

getMessage

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

getPosition

public int getPosition()