info.aduna.platform
Class ProcessLauncher.CommandNotExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ProcessLauncher.CommandNotExistsException(String msg)
          Construct a new exception for a command that does not exist.
 
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

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.