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 Summary
Fields inherited from class com.softwaremining.logic.exception.CBLException
log
-
Constructor Summary
ConstructorDescriptionRedirectionException
(String target) RedirectionException
(String target, boolean passExceptionUp) -
Method Summary
Methods inherited from class com.softwaremining.logic.exception.ControlException
fillInStackTrace
Methods inherited from class com.softwaremining.logic.exception.CBLException
getMessage, getOriginalException, isLogError, printStackTrace, printStackTrace, stackTraceToString
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RedirectionException
-
RedirectionException
-
-
Method Details
-
getTarget
-
isPassExceptionUp
public boolean isPassExceptionUp()
-