|
|||||||||||
| 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
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(java.lang.String message)
Constructs a new AssertionViolatedException with the specified error message preceded by "INTERNAL ERROR: ". |
|
| Method Summary | |
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 AssertionViolatedException object. |
static void |
main(java.lang.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(java.lang.String message)
| Method Detail |
public void extendMessage(java.lang.String pre,
java.lang.String post)
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic static void main(java.lang.String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||