|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--coins.PassException | +--coins.drivergen.ProcessException
ProcessException is derived clas of PassException. If the process stopped with some error, but not need to stop the follwing compile processes, the process throws ProcessException.
フィールドの概要 |
クラス java.lang.Exception から継承したフィールド |
|
コンストラクタの概要 | |
ProcessException(Options op,
java.lang.String processName,
java.lang.String message)
Creates an instance with a message and a process name |
クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
public ProcessException(Options op, java.lang.String processName, java.lang.String message)
op
- OptionsprocessName
- the process name where this exception is occurred.message
- the message describing this exception.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |