Class VitamException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> VitamError<T> getVitamError()  
      void setVitamError​(VitamError<?> vitamError)  
      • 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

      • VitamException

        public VitamException​(VitamError<?> vitamError)
      • VitamException

        public VitamException​(java.lang.String message)
        Parameters:
        message - associated message
      • VitamException

        public VitamException​(java.lang.Throwable cause)
        Parameters:
        cause - associated cause
      • VitamException

        public VitamException​(java.lang.String message,
                              java.lang.Throwable cause)
        Parameters:
        message - associated message
        cause - associated cause
    • Method Detail

      • getVitamError

        public <T> VitamError<T> getVitamError()
      • setVitamError

        public void setVitamError​(VitamError<?> vitamError)