public abstract class VerifierConstraintViolatedException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private String |
detailMessage
The specified error message.
|
| Constructor and Description |
|---|
VerifierConstraintViolatedException()
Constructs a new VerifierConstraintViolatedException with null as its error message string.
|
VerifierConstraintViolatedException(String message)
Constructs a new VerifierConstraintViolatedException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
extendMessage(String pre,
String post)
Extends the error message with a string before ("pre") and after ("post") the
'old' error message.
|
String |
getMessage()
Returns the error message string of this VerifierConstraintViolatedException object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate String detailMessage
VerifierConstraintViolatedException()
VerifierConstraintViolatedException(String message)
public void extendMessage(String pre, String post)
public String getMessage()
getMessage in class Throwable