Package org.qdl_lang.exceptions
Class ReturnException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.qdl_lang.exceptions.QDLException
-
- org.qdl_lang.exceptions.ReturnException
-
- All Implemented Interfaces:
Serializable
public class ReturnException extends QDLException
Created by Jeff Gaynor
on 1/22/20 at 1:14 PM- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Object
result
int
resultType
-
Constructor Summary
Constructors Constructor Description ReturnException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasResult()
String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-