com.ibm.cics.server
Class EndOfProgramException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ibm.cics.server.CicsRuntimeException
                  extended bycom.ibm.cics.server.EndOfProgramException
All Implemented Interfaces:
java.io.Serializable

public class EndOfProgramException
extends CicsRuntimeException

Class that provides the Java class that is used as an exception to indicate that a program has terminated. This class could be used if we supported RETURN (it is mapped from the C++ RETURN exception) or it could be used directly by the Java application programmer to return from several levels down (it is an equivalent of doing a longjmp()).

See Also:
Serialized Form

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait