Package com.logicaldoc.util.exception
Class SkipException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.util.exception.SkipException
- All Implemented Interfaces:
- Serializable
An exception useful in cycles instead of using the continue 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- 
SkipExceptionpublic SkipException()
- 
SkipException
 
-