Class StopException

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

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

    • StopException

      public StopException()
    • StopException

      public StopException(String message)