Package org.jboss.byteman.rule.exception
Class TypeWarningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.byteman.rule.exception.TypeException
org.jboss.byteman.rule.exception.TypeWarningException
- All Implemented Interfaces:
Serializable
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.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTypeWarningException
(String message) TypeWarningException
(String message, Throwable th) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TypeWarningException
-
TypeWarningException
-