Package net.sf.jstuff.core.exception
Class FastException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jstuff.core.exception.FastException
- All Implemented Interfaces:
Serializable
Lightweight checked exception without stack trace information that can be used for flow control.
- Author:
- Sebastian Thomschke
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFastException
(String message) FastException
(String message, Throwable cause) FastException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FastException
public FastException() -
FastException
-
FastException
-
FastException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-