org.apache.bcel.verifier.exc
public abstract class VerifierConstraintViolatedException extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
detailMessage
The specified error message.
|
Constructor and Description |
---|
VerifierConstraintViolatedException()
Constructs a new VerifierConstraintViolatedException with null as its error message string.
|
VerifierConstraintViolatedException(java.lang.String message)
Constructs a new VerifierConstraintViolatedException with the specified error message.
|
Modifier and Type | Method and 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.
|
VerifierConstraintViolatedException()
VerifierConstraintViolatedException(java.lang.String message)
public void extendMessage(java.lang.String pre, java.lang.String post)
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable