com.jaxfront.core.rule
Class RecursionException

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

public class RecursionException
extends java.lang.Exception

Author:
srzxuz TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Constructor Summary
RecursionException(java.lang.Object recursionObject)
           
 
Method Summary
 java.lang.Object getRecursionObject()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecursionException

public RecursionException(java.lang.Object recursionObject)
Method Detail

getRecursionObject

public java.lang.Object getRecursionObject()