Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.sdk.model.exception.BaseException
dev.getelements.elements.sdk.model.exception.NotImplementedException
- All Implemented Interfaces:
Serializable
Created by patricktwohig on 7/18/17.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotImplementedException
(String message) NotImplementedException
(String message, Throwable cause) NotImplementedException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) NotImplementedException
(Throwable cause) -
Method Summary
Methods inherited from class dev.getelements.elements.sdk.model.exception.BaseException
forceFillInStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedException
public NotImplementedException() -
NotImplementedException
-
NotImplementedException
-
NotImplementedException
-
NotImplementedException
-
-
Method Details
-
getCode
Description copied from class:BaseException
Gets the error code.- Specified by:
getCode
in classBaseException
- Returns:
- the
ErrorCode
-