Package nbbrd.io.sys
Class EndOfProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- nbbrd.io.sys.EndOfProcessException
-
- All Implemented Interfaces:
Serializable
public final class EndOfProcessException extends IOException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EndOfProcessExceptionof(Process process)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
of
public static EndOfProcessException of(Process process) throws IOException
- Throws:
IOException
-
-