ucar.unidata.idv.ui
Class ImageGenerator.MyReturnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
protected ImageGenerator.MyReturnException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageGenerator.MyReturnException

protected ImageGenerator.MyReturnException()