Package org.jboss.byteman.rule.exception


package org.jboss.byteman.rule.exception
  • Exception Classes
    Class
    Description
    used to notify an exception during rule compilation
    Specialization of ExecuteException which is used to cause a trigger method to return early the trigger point, possibly supplying an object to be returned.
    exception class thrown during rule execution.
    used to notify an exception during rule parsing
    Specializaton of ExecuteException used to wrap a client exception generated via a rule THROW action.
    used to notify an exception during rule type checking
    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.