ch.odi.justblog.command
Class CommandException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bych.odi.justblog.command.CommandException
All Implemented Interfaces:
java.io.Serializable

public class CommandException
extends java.lang.Exception

Signals that a command failed to execute.

Author:
oglueck
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
CommandException(java.lang.String arg0)
           
CommandException(java.lang.String arg0, java.lang.Throwable arg1)
           
CommandException(java.lang.Throwable arg0)
           
 
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

CommandException

public CommandException(java.lang.String arg0)
Parameters:
arg0 -

CommandException

public CommandException(java.lang.Throwable arg0)
Parameters:
arg0 -

CommandException

public CommandException(java.lang.String arg0,
                        java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 2005 Ortwin Glück. All Rights Reserved.