Class RedirectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.softwaremining.logic.exception.CBLException
com.softwaremining.logic.exception.ControlException
com.softwaremining.logic.exception.RedirectionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ExitException
Implementation of program exception, used to indicate
 redirection (GO TO)
- See Also:
- 
Field SummaryFields inherited from class com.softwaremining.logic.exception.CBLExceptionlog
- 
Constructor SummaryConstructorsConstructorDescriptionRedirectionException(String target) RedirectionException(String target, boolean passExceptionUp) 
- 
Method SummaryMethods inherited from class com.softwaremining.logic.exception.ControlExceptionfillInStackTraceMethods inherited from class com.softwaremining.logic.exception.CBLExceptiongetMessage, getOriginalException, isLogError, printStackTrace, printStackTrace, stackTraceToStringMethods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
RedirectionException
- 
RedirectionException
 
- 
- 
Method Details- 
getTarget
- 
isPassExceptionUppublic boolean isPassExceptionUp()
 
-