Package com.logicaldoc.util.exception
Class StopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.util.exception.StopException
- All Implemented Interfaces:
Serializable
An exception useful in cycles instead of using the break keywords
- Since:
- 8.8.4
- Author:
- Marco Meschieri - LogicalDOCs
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StopException
public StopException() -
StopException
-