Module helidon.build.utils
Package io.helidon.build.util
Class ProcessMonitor.ProcessFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.helidon.build.util.ProcessMonitor.ProcessFailedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ProcessMonitor
public static final class ProcessMonitor.ProcessFailedException extends IOException
Process failed exception.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()ProcessMonitorprocessMonitor()Returns the process monitor.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
processMonitor
public ProcessMonitor processMonitor()
Returns the process monitor.- Returns:
- The monitor.
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-