pnuts.lang
Class Jump

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by pnuts.lang.Escape
                  extended by pnuts.lang.Jump
All Implemented Interfaces:
java.io.Serializable

public class Jump
extends Escape

This class is a special Exception class in a Pnuts runtime in that it's not checked by exception handlers. This class is used to implement handled exceptions by catch() function and return() function.

See Also:
Serialized Form

Constructor Summary
protected Jump()
           
  Jump(java.lang.Object value)
           
 
Method Summary
 
Methods inherited from class pnuts.lang.Escape
getValue
 
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

Jump

protected Jump()

Jump

public Jump(java.lang.Object value)