org.pz.platypus.exceptions
Class InvalidCommandParameterException

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

public class InvalidCommandParameterException
extends java.lang.RuntimeException

Exception generated when user tried to specify an invalid Platypus command parameter

Author:
alb
See Also:
Serialized Form

Constructor Summary
InvalidCommandParameterException()
           
InvalidCommandParameterException(java.lang.String msg)
           
 
Method Summary
 
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

InvalidCommandParameterException

public InvalidCommandParameterException()

InvalidCommandParameterException

public InvalidCommandParameterException(java.lang.String msg)


Copyright © 2008-10 Pacific Data Works LLC