org.apache.bcel.verifier.exc
public abstract class VerifierConstraintViolatedException extends RuntimeException
Version: $Id: VerifierConstraintViolatedException.java 386056 2006-03-15 11:31:56Z tcurdt $
Field Summary | |
---|---|
String | detailMessage The specified error message. |
Constructor Summary | |
---|---|
VerifierConstraintViolatedException()
Constructs a new VerifierConstraintViolatedException with null as its error message string. | |
VerifierConstraintViolatedException(String message)
Constructs a new VerifierConstraintViolatedException with the specified error message. |
Method Summary | |
---|---|
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. |
Returns: the error message string of this VerifierConstraintViolatedException.