LoadingException
, VerificationException
public abstract class VerifierConstraintViolatedException
extends java.lang.RuntimeException
Modifier and Type | Method | Description |
---|---|---|
void |
extendMessage(java.lang.String pre,
java.lang.String post) |
Extends the error message with a string before ("pre") and after ("post") the
'old' error message.
|
java.lang.String |
getMessage() |
Returns the error message string of this VerifierConstraintViolatedException object.
|
public void extendMessage(java.lang.String pre, java.lang.String post)
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable