public class KeepExceptionNotImplemented extends KeepException
Constructor and Description |
---|
KeepExceptionNotImplemented()
We are not ready yet
|
KeepExceptionNotImplemented(java.lang.String message) |
KeepExceptionNotImplemented(java.lang.String message,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
ErrorClassification |
getKeepErrorType()
The type of error the Exception represents
|
fromJson, fromThrowable, get, getLevel, getLocation, status, toJson
public KeepExceptionNotImplemented()
We are not ready yet
public KeepExceptionNotImplemented(java.lang.String message)
message
- public KeepExceptionNotImplemented(java.lang.String message, java.lang.Object... args)
message
- args
- Formatter inputpublic ErrorClassification getKeepErrorType()
KeepExceptionType
The type of error the Exception represents
getKeepErrorType
in interface KeepExceptionType
getKeepErrorType
in class KeepException