org.pz.platypus.exceptions
Class InvalidInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.pz.platypus.exceptions.InvalidInputException
All Implemented Interfaces:
java.io.Serializable

public class InvalidInputException
extends java.lang.IllegalArgumentException

Exception generated during command-line parsing

Author:
atul khot
See Also:
Serialized Form

Field Summary
private  int status
           
 
Constructor Summary
InvalidInputException(java.lang.String s, int status)
           
 
Method Summary
 int getStatus()
           
 
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
 

Field Detail

status

private final int status
Constructor Detail

InvalidInputException

public InvalidInputException(java.lang.String s,
                             int status)
Method Detail

getStatus

public int getStatus()


Copyright © 2008-10 Pacific Data Works LLC