Class ProcessLauncher.CommandNotExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.common.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
Constructors Constructor Description CommandNotExistsException(String msg)
Construct a new exception for a command that does not exist.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CommandNotExistsException
public CommandNotExistsException(String msg)
Construct a new exception for a command that does not exist.- Parameters:
msg
- The message for this exception.
-
-