Package com.fizzed.rocker.runtime
Class BreakException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.fizzed.rocker.runtime.BreakException
-
- All Implemented Interfaces:
java.io.Serializable
public class BreakException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BreakException()Creates a new instance ofBreakExceptionwithout detail message.
-