|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.bcel.verifier.exc.AssertionViolatedException
public final class AssertionViolatedException
Instances of this class should never be thrown. When such an instance is thrown, this is due to an INTERNAL ERROR of BCEL's class file verifier "JustIce".
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. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AssertionViolatedException()
public AssertionViolatedException(String message)
Method Detail |
---|
public void extendMessage(String pre, String post)
public String getMessage()
getMessage
in class Throwable
public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |