|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.lwes.EventSystemException
public class EventSystemException
This is the parent class of all the Exceptions thrown by the event system
| Constructor Summary | |
|---|---|
EventSystemException(java.lang.String s)
Overrides Exception constructor |
|
EventSystemException(java.lang.String s,
java.lang.Throwable e)
Overrides the Exception constructor |
|
EventSystemException(java.lang.Throwable e)
Overrides Exception constructor |
|
| 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 EventSystemException(java.lang.Throwable e)
e - the parent exceptionpublic EventSystemException(java.lang.String s)
s - the exception message
public EventSystemException(java.lang.String s,
java.lang.Throwable e)
s - the exception messagee - the parent exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||