Package org.cyclos.impl.utils
Class BreakException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.impl.utils.BreakException
-
- All Implemented Interfaces:
Serializable
public class BreakException extends RuntimeException
An exception used to break inner loops- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BreakException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-