Class TakeAlternativeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.bandm.tools.formatfrontends.runtime.TakeAlternativeException
- All Implemented Interfaces:
Serializable
Runtime class for formatting visitors, thrown out of an expression
on the left side of a "?" operator, iff the right side shall be
taken instead.
Instances of this exception class have no detail message, cause, or stack trace; they are only useful for transfer of control.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TakeAlternativeException
public TakeAlternativeException()
-