Class CaverException

    • Constructor Summary

      Constructors 
      Constructor Description
      CaverException​(ErrorType type, int code, java.lang.String message)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int getCode()
      Deprecated.
       
      ErrorType getType()
      Deprecated.
       
      • 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

      • CaverException

        public CaverException​(ErrorType type,
                              int code,
                              java.lang.String message)
        Deprecated.
    • Method Detail

      • getCode

        public int getCode()
        Deprecated.
      • getType

        public ErrorType getType()
        Deprecated.