public class ProcessExecutionException extends RuntimeException
| コンストラクタと説明 |
|---|
ProcessExecutionException(String msg)
When a message is sufficient
|
ProcessExecutionException(String msg,
Throwable cause)
When there's an associated root cause.
|
ProcessExecutionException(Throwable cause)
When there are no details other than the root cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProcessExecutionException(String msg)
msg - public ProcessExecutionException(String msg, Throwable cause)
msg and cause's msg.msg - cause - public ProcessExecutionException(Throwable cause)
cause - Copyright © 2016. All Rights Reserved.