This project has retired. For details please refer to its Attic page.
Rover.ExitCodeException (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)

org.apache.any23.cli
Class Rover.ExitCodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.any23.cli.Rover.ExitCodeException
All Implemented Interfaces:
Serializable
Enclosing class:
Rover

protected class Rover.ExitCodeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
Rover.ExitCodeException(int exitCode)
           
Rover.ExitCodeException(String message, int exitCode)
           
Rover.ExitCodeException(String message, Throwable cause, int exitCode)
           
 
Method Summary
protected  int getExitCode()
           
 
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

Rover.ExitCodeException

public Rover.ExitCodeException(String message,
                               Throwable cause,
                               int exitCode)

Rover.ExitCodeException

public Rover.ExitCodeException(String message,
                               int exitCode)

Rover.ExitCodeException

public Rover.ExitCodeException(int exitCode)
Method Detail

getExitCode

protected int getExitCode()


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.