| java.lang.Object java.lang.Throwable java.lang.Error com.uwyn.rife.tools.exceptions.LightweightError
All known Subclasses: com.uwyn.rife.engine.exceptions.RedirectException, com.uwyn.rife.continuations.exceptions.StepBackException, com.uwyn.rife.engine.exceptions.ExitTriggeredException, com.uwyn.rife.continuations.exceptions.PauseException, com.uwyn.rife.continuations.exceptions.CallException, com.uwyn.rife.continuations.exceptions.AnswerException, com.uwyn.rife.engine.exceptions.ForwardException, com.uwyn.rife.engine.exceptions.DeferException, com.uwyn.rife.engine.exceptions.ChildTriggeredException,
LightweightError | public class LightweightError extends Error (Code) | | An error that is intended to be as lightweight as possible.
Typically, this is used for
ControlFlowRuntimeException exceptions so
that as little overhead as possible is imposed when these exceptions are
thrown. This is achieved by enforcing the stack traces to be empty, causing
them to not be captured.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3844 $ since: 1.6 |
LightweightError | public LightweightError()(Code) | | |
LightweightError | public LightweightError(String message)(Code) | | |
getUseFastExceptions | public static boolean getUseFastExceptions()(Code) | | |
setUseFastExceptions | public static synchronized void setUseFastExceptions(boolean flag)(Code) | | |
|
|