com.jaxfront.core.rule
Class RuleInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jaxfront.core.rule.RuleInvocationException
- All Implemented Interfaces:
- java.io.Serializable
public class RuleInvocationException
- extends java.lang.Exception
- See Also:
- Serialized Form
| 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 |
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)
getAction
public IAction getAction()
getTarget
public java.lang.Object getTarget()
getTargetType
public Type getTargetType()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable