public abstract class VerifierConstraintViolatedException extends RuntimeException
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, toString
public void extendMessage(String pre, String post)
public String getMessage()
getMessage
in class Throwable
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.