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:
  • Constructor Details

    • MyReturnException

      protected MyReturnException()