Package one.nio.util
Class BreakException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- one.nio.util.BreakException
-
- All Implemented Interfaces:
Serializable
public class BreakException extends RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BreakExceptionINSTANCE
-
Constructor Summary
Constructors Constructor Description BreakException()BreakException(String message)BreakException(String message, Throwable cause)BreakException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final BreakException INSTANCE
-
-