Class ParsingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParsingException
    extends java.lang.RuntimeException
    Thrown when a parsing operation fails.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ParsingException​(java.lang.String message)  
      ParsingException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ParsingException notEnoughData()  
      static ParsingException readFailed​(java.lang.Throwable cause)  
      • 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

      • ParsingException

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

        public ParsingException​(java.lang.String message,
                                java.lang.Throwable cause)