Class RACFUnmappableCharacterException

All Implemented Interfaces:
Serializable

public class RACFUnmappableCharacterException extends 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:
  • Constructor Details

    • RACFUnmappableCharacterException

      public RACFUnmappableCharacterException(int position, char character, String charsetName)
  • Method Details