Class ParsingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParsingException
    extends java.lang.RuntimeException
    INTERNAL API
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ErrorInfo info()  
      StatusCode status()  
      • 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​(StatusCode status,
                                java.lang.String summary)
      • ParsingException

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

        public ParsingException​(java.lang.String summary,
                                java.lang.String detail)