|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jboss.byteman.rule.exception.TypeException
org.jboss.byteman.rule.exception.TypeWarningException
public class TypeWarningException
A sepcialization of TypeException which can be thrown during type checking to indicate that a rule has failed to type check for a legitimate reason. It indicates that rule execution should be inhibited even though the rule has already been injected.
Constructor Summary | |
---|---|
TypeWarningException(java.lang.String message)
|
|
TypeWarningException(java.lang.String message,
java.lang.Throwable th)
|
Method Summary |
---|
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 |
Constructor Detail |
---|
public TypeWarningException(java.lang.String message)
public TypeWarningException(java.lang.String message, java.lang.Throwable th)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |