public class KeepExceptionMissingParameters extends KeepException implements KeepExceptionType
Something when a parameter is missing
Constructor and Description |
---|
KeepExceptionMissingParameters(java.lang.String message) |
KeepExceptionMissingParameters(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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLevel
public KeepExceptionMissingParameters(java.lang.String message)
message
- public KeepExceptionMissingParameters(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