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