Class InvalidParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.daffodil.api.exceptions.InvalidParserException
All Implemented Interfaces:
Serializable

public class InvalidParserException extends Exception
This exception will be thrown as a result of attempting to reload a saved parser that is invalid (not a parser file, corrupt, etc.) or is not in the GZIP format.
See Also:
  • Constructor Details

    • InvalidParserException

      public InvalidParserException(String msg)
      constructor for error message only
      Parameters:
      msg - error message
    • InvalidParserException

      public InvalidParserException(String msg, Throwable cause)
      constructor for error message and cause
      Parameters:
      msg - error message
      cause - error cause