Class ParserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParserException
    extends EdiException
    Custom Exception thrown during file parsing
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

      • ParserException

        public ParserException()
        See Also:
        Exception()
      • ParserException

        public ParserException​(java.lang.Throwable cause)
        See Also:
        Exception(Throwable)
      • ParserException

        public ParserException​(java.lang.String description)
        See Also:
        Exception(String)
      • ParserException

        public ParserException​(java.lang.String description,
                               java.lang.Throwable cause)
        See Also:
        Exception(String, Throwable)