org.codehaus.plexus.component.jruby
Class JRubySystemExitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jruby.exceptions.JumpException
                  extended by org.codehaus.plexus.component.jruby.JRubySystemExitException
All Implemented Interfaces:
java.io.Serializable

public class JRubySystemExitException
extends org.jruby.exceptions.JumpException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jruby.exceptions.JumpException
org.jruby.exceptions.JumpException.JumpType
 
Constructor Summary
JRubySystemExitException(int status)
           
 
Method Summary
 int getStatus()
           
 
Methods inherited from class org.jruby.exceptions.JumpException
fillInStackTrace, getJumpType, getTarget, getValue, isBreakInKernelLoop, originalFillInStackTrace, setBreakInKernelLoop, setJumpType, setTarget, setValue
 
Methods inherited from class java.lang.Throwable
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

JRubySystemExitException

public JRubySystemExitException(int status)
Method Detail

getStatus

public int getStatus()


Copyright © 2001-2008 Codehaus. All Rights Reserved.