coins.drivergen
Class ProcessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycoins.PassException
              extended bycoins.drivergen.ProcessException
All Implemented Interfaces:
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.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ProcessException(Options op, java.lang.String processName, java.lang.String message)
          Creates an instance with a message and a process name
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessException

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

Parameters:
op - Options
processName - the process name where this exception is occurred.
message - the message describing this exception.