Class AponParseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MalformedAponException

public class AponParseException extends IOException
Base for Exceptions thrown during parsing of a APON-formatted document.
See Also:
  • Constructor Details

    • AponParseException

      public AponParseException()
      Simple constructor.
    • AponParseException

      public AponParseException(String msg)
      Constructor to create exception with a message.
      Parameters:
      msg - a message to associate with the exception
    • AponParseException

      public AponParseException(Throwable cause)
      Constructor to create exception to wrap another exception.
      Parameters:
      cause - the real cause of the exception
    • AponParseException

      public AponParseException(String msg, Throwable cause)
      Constructor to create exception to wrap another exception and pass a message.
      Parameters:
      msg - the message
      cause - the real cause of the exception