net.jangaroo.jooc.cli
Class CommandLineParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.jangaroo.jooc.cli.CommandLineParseException
All Implemented Interfaces:
Serializable

public class CommandLineParseException
extends Exception

See Also:
Serialized Form

Constructor Summary
CommandLineParseException(String message, int exitCode)
           
CommandLineParseException(String message, int exitCode, Throwable cause)
           
 
Method Summary
 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

CommandLineParseException

public CommandLineParseException(String message,
                                 int exitCode)

CommandLineParseException

public CommandLineParseException(String message,
                                 int exitCode,
                                 Throwable cause)
Method Detail

getExitCode

public int getExitCode()


Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.