info.aduna.platform
Class ProcessLauncher.CommandNotExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
info.aduna.platform.ProcessLauncher.CommandNotExistsException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ProcessLauncher
public static class ProcessLauncher.CommandNotExistsException
- extends RuntimeException
Exception that is thrown when a command could not be executed because it
(probably) does not exist at all.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProcessLauncher.CommandNotExistsException
public ProcessLauncher.CommandNotExistsException(String msg)
- Construct a new exception for a command that does not exist.
- Parameters:
msg - The message for this exception.
Copyright © 2001-2012 Aduna. All Rights Reserved.