@Generated(value="org.jomc.tools.SourceFileProcessor 1.4", comments="See http://www.jomc.org/jomc/1.4/jomc-tools-1.4") public class CommandExecutionException extends Exception
Constructor and Description |
---|
CommandExecutionException()
Creates a new
CommandExecutionException instance. |
CommandExecutionException(String message)
Creates a new
CommandExecutionException taking a message. |
CommandExecutionException(String message,
Throwable throwable)
Creates a new
CommandExecutionException taking a message and a causing throwable. |
CommandExecutionException(Throwable throwable)
Creates a new
CommandExecutionException taking a causing throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandExecutionException(String message)
CommandExecutionException
taking a message.message
- A message describing the exception.public CommandExecutionException(Throwable throwable)
CommandExecutionException
taking a causing throwable.throwable
- A throwable causing the exception.public CommandExecutionException(String message, Throwable throwable)
CommandExecutionException
taking a message and a causing throwable.message
- A message describing the exception.throwable
- A throwable causing the exception.@Generated(value="org.jomc.tools.SourceFileProcessor 1.4", comments="See http://www.jomc.org/jomc/1.4/jomc-tools-1.4") public CommandExecutionException()
CommandExecutionException
instance.Copyright © 2005-2013 The JOMC Project. All Rights Reserved.