com.jaxfront.core.rule
Class RuleInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jaxfront.core.rule.RuleInvocationException
All Implemented Interfaces:
java.io.Serializable

public class RuleInvocationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RuleInvocationException(java.lang.Throwable t)
           
RuleInvocationException(java.lang.Throwable t, IAction action)
           
RuleInvocationException(java.lang.Throwable t, IAction action, java.lang.Object target)
           
 
Method Summary
 IAction getAction()
           
 java.lang.Object getTarget()
           
 Type getTargetType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleInvocationException

public RuleInvocationException(java.lang.Throwable t)

RuleInvocationException

public RuleInvocationException(java.lang.Throwable t,
                               IAction action)

RuleInvocationException

public RuleInvocationException(java.lang.Throwable t,
                               IAction action,
                               java.lang.Object target)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

getAction

public IAction getAction()

getTarget

public java.lang.Object getTarget()

getTargetType

public Type getTargetType()