Package org.jboss.byteman.rule.exception

Exception Summary
CompileException used to notify an exception during rule compilation
EarlyReturnException Specialization of ExecuteException which is used to cause a trigger method to return early the trigger point, possibly supplying an object to be returned.
ExecuteException exception class thrown during rule execution.
ParseException used to notify an exception during rule parsing
ThrowException Specializaton of ExecuteException used to wrap a client exception generated via a rule THROW action.
TypeException used to notify an exception during rule type checking
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.