Package ucar.unidata.idv.ui
Class ImageGenerator.MyReturnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ucar.unidata.idv.ui.ImageGenerator.MyReturnException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ImageGenerator
Class MyReturnException allows us to return from a isl procedure by throwing an exception.
Yes, I know you're not supposed to use exceptions in a non-exceptional way but it works
- Version:
- $Revision: 1.113 $
- Author:
- IDV Development Team
- 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
-
MyReturnException
protected MyReturnException()
-