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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
StopExceptionpublic StopException()
- 
StopException
 
-