Class ReturnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sk89q.worldedit.internal.expression.invoke.ReturnException
- All Implemented Interfaces:
Serializable
Thrown when a return is encountered, to pop the stack frames and return the value easily.
Should be caught by the executor.
- 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
-
ReturnException
-
-
Method Details
-
getResult
-