Class SkipException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.util.exception.SkipException
All Implemented Interfaces:
Serializable

public class SkipException extends Exception
An exception useful in cycles instead of using the continue keywords
Since:
8.8.4
Author:
Marco Meschieri - LogicalDOCs
See Also:
  • Constructor Details

    • SkipException

      public SkipException()
    • SkipException

      public SkipException(String message)