eu.scape_project.pit.invoke
Class CommandNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.scape_project.pit.invoke.CommandNotFoundException
All Implemented Interfaces:
Serializable

public class CommandNotFoundException
extends Exception

Author:
Andrew Jackson
See Also:
Serialized Form

Constructor Summary
CommandNotFoundException()
           
CommandNotFoundException(String message)
           
CommandNotFoundException(String message, Throwable cause)
           
CommandNotFoundException(Throwable cause)
           
 
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

CommandNotFoundException

public CommandNotFoundException()

CommandNotFoundException

public CommandNotFoundException(String message,
                                Throwable cause)
Parameters:
message -
cause -

CommandNotFoundException

public CommandNotFoundException(String message)
Parameters:
message -

CommandNotFoundException

public CommandNotFoundException(Throwable cause)
Parameters:
cause -


Copyright © 2013. All Rights Reserved.