|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.byteman.rule.exception.ExecuteException
org.jboss.byteman.rule.exception.ThrowException
public class ThrowException
Specializaton of ExecuteException used to wrap a client exception generated via a rule THROW action. A ThrowException is caught by the injected trigger code and unwrapped so that the client exception can be rethrown from the trigger method.
Field Summary | |
---|---|
private java.lang.Throwable |
throwable
|
Constructor Summary | |
---|---|
ThrowException(java.lang.Throwable throwable)
|
Method Summary | |
---|---|
java.lang.Throwable |
getThrowable()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.Throwable throwable
Constructor Detail |
---|
public ThrowException(java.lang.Throwable throwable)
Method Detail |
---|
public java.lang.Throwable getThrowable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |