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
protected static class ImageGenerator.MyReturnException
- extends Exception
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ImageGenerator.MyReturnException
protected ImageGenerator.MyReturnException()