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, toJsonpublic 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()
KeepExceptionTypeThe type of error the Exception represents
getKeepErrorType in interface KeepExceptionTypegetKeepErrorType in class KeepException