org.apache.bcel.verifier.exc
public final class AssertionViolatedException extends RuntimeException
Constructor Summary | |
---|---|
AssertionViolatedException() Constructs a new AssertionViolatedException with null as its error message string. | |
AssertionViolatedException(String message)
Constructs a new AssertionViolatedException with the specified error message preceded
by "INTERNAL ERROR: ". |
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 AssertionViolatedException object. |
static void | main(String[] args)
DO NOT USE. |
Returns: the error message string of this AssertionViolatedException.