Package org.eolang
Class Attr.FlowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eolang.Attr.FlowException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- Attr
public static class Attr.FlowException extends RuntimeException
Control flow exception (seeEOgoto
for a good example of its usage).- Since:
- 0.17
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlowException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-