net.sf.zekr.common.commandline
Class CommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.zekr.common.ZekrBaseException
              extended by net.sf.zekr.common.commandline.CommandException
All Implemented Interfaces:
java.io.Serializable

public class CommandException
extends ZekrBaseException

Command line execution exception. A wrapper class for any exception occurred on execution of terminal commands.

Since:
Zekr 1.0
Author:
Mohsen Saboorian
See Also:
Serialized Form

Constructor Summary
CommandException()
           
CommandException(java.lang.String message)
           
CommandException(java.lang.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

CommandException

public CommandException()

CommandException

public CommandException(java.lang.String message)

CommandException

public CommandException(java.lang.Throwable cause)