|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
byucc.edif.EdifRuntimeException
public class EdifRuntimeException
Contains error information in regards to errors in the EDIF processing.
| Constructor Summary | |
|---|---|
EdifRuntimeException()
Constructs an empty EdifRuntimeException object. |
|
EdifRuntimeException(java.lang.String msg)
Constructs an EdifRuntimeException object with a message. |
|
| Method Summary |
|---|
| 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 EdifRuntimeException()
public EdifRuntimeException(java.lang.String msg)
msg - The message displayed to the user when this
EdifRuntimeException Object is thrown
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||