org.pz.platypus.exceptions
Class InvalidCommandException

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

public class InvalidCommandException
extends java.lang.RuntimeException

Exception generated when user tried to specify an invalid Platypus command

Author:
alb
See Also:
Serialized Form

Constructor Summary
InvalidCommandException()
           
InvalidCommandException(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

InvalidCommandException

public InvalidCommandException()

InvalidCommandException

public InvalidCommandException(java.lang.String msg)


Copyright © 2008-10 Pacific Data Works LLC