|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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.
| 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 |
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||