Class 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

      Constructors 
      Constructor Description
      RACFMalformedInputException​(int position, char character, java.lang.String charsetName)  
    • 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.MalformedInputException

        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

      • 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()