Class ParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sandrohc.schematic4j.exception.ParsingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingFieldException, NoParserFoundException

public class ParsingException extends Exception
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException()
    • ParsingException

      public ParsingException(String message)
    • ParsingException

      public ParsingException(String message, Throwable cause)
    • ParsingException

      public ParsingException(Throwable cause)
    • ParsingException

      public ParsingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)