|
||||||||||
| 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
cz.zcu.fav.kiv.jsim.JSimKernelPanicException
public class JSimKernelPanicException
The JSimKernelPanicException is thrown out when a serious error in J-Sim kernel occures. It should never be caught in order for the program to terminate and inform the user.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Serialization identification. |
| Constructor Summary | |
|---|---|
JSimKernelPanicException()
Creates a new JSimKernelPanicException. |
|
JSimKernelPanicException(java.lang.Throwable cause)
Creates a new JSimKernelPanicException. |
|
| 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 |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public JSimKernelPanicException()
public JSimKernelPanicException(java.lang.Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||