Package com.mrivanplays.process
Class ProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mrivanplays.process.ProcessException
- All Implemented Interfaces:
Serializable
Represents an exception, which is used to hold exceptions, thrown by
Processes
- Since:
- 0.0.1
- Author:
- Ivan Pekov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessException
(String message) ProcessException
(String message, Throwable stack) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessException
-
ProcessException
-