coins.drivergen
クラス ProcessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--coins.PassException
                    |
                    +--coins.drivergen.ProcessException
すべての実装インタフェース:
java.io.Serializable

public class ProcessException
extends PassException

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
 

コンストラクタの詳細

ProcessException

public ProcessException(Options op,
                        java.lang.String processName,
                        java.lang.String message)
Creates an instance with a message and a process name

パラメータ:
op - Options
processName - the process name where this exception is occurred.
message - the message describing this exception.