Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      int getPosition()  
      • Methods inherited from class java.nio.charset.UnmappableCharacterException

        getInputLength
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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()