uk.co.badgersinfoil.jactionscript
Class JASVisitorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.co.badgersinfoil.jactionscript.JASVisitorException
All Implemented Interfaces:
java.io.Serializable

public class JASVisitorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
JASVisitorException(java.lang.Throwable target)
           
 
Method Summary
 java.lang.Throwable getTarget()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JASVisitorException

public JASVisitorException(java.lang.Throwable target)
Method Detail

getTarget

public java.lang.Throwable getTarget()