Class RACFMalformedInputException

All Implemented Interfaces:
Serializable

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

    • RACFMalformedInputException

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