wtanaka.praya.console
Class CommandFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--wtanaka.praya.console.CommandFailedException
All Implemented Interfaces:
java.io.Serializable

public class CommandFailedException
extends java.lang.Exception

Thrown by CommandInterface.execute() method when a command is supported by the particular CommandInterface instance, but failed for some reason when it was attempted.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2002/07/14 07:29:48 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
CommandFailedException(java.lang.Exception underlying)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

CommandFailedException

public CommandFailedException(java.lang.Exception underlying)