Class EolParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EolParseException
    extends java.lang.Exception
    Since:
    1.6
    Author:
    Sina Madani
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Collection<? extends ParseProblem> parseProblems  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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
    • Field Detail

      • parseProblems

        protected final java.util.Collection<? extends ParseProblem> parseProblems
    • Constructor Detail

      • EolParseException

        public EolParseException()
      • EolParseException

        public EolParseException​(java.lang.String message)
      • EolParseException

        public EolParseException​(java.util.Collection<? extends ParseProblem> problems)
      • EolParseException

        public EolParseException​(java.lang.String message,
                                 java.util.Collection<? extends ParseProblem> problems)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable