Class CelException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    CelValidationException

    public abstract class CelException
    extends java.lang.Exception
    Base class for all checked exceptions explicitly thrown by the library.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CelErrorCode getErrorCode()  
      • 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

      • CelException

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

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

        public CelException​(java.lang.String message,
                            CelErrorCode errorCode)
      • CelException

        public CelException​(java.lang.String message,
                            java.lang.Throwable cause,
                            CelErrorCode errorCode)