|
|
|
|
|
||||||||||
| 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
org.torweg.pulse.service.PulseException
org.torweg.pulse.bundle.IllegalEventException
public class IllegalEventException
This class is a superclass for all errors and Exceptions that may occur while
handling Events.
| Constructor Summary | |
|---|---|
IllegalEventException(java.lang.String msg)
constructor for IllegalEventException. |
|
IllegalEventException(java.lang.String msg,
java.lang.Throwable cause)
Constructor utilizing a message and a root-cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.torweg.pulse.service.PulseException |
|---|
getDetailMessage |
| 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 IllegalEventException(java.lang.String msg)
IllegalEventException.
msg - the message for this IllegalEventException.
public IllegalEventException(java.lang.String msg,
java.lang.Throwable cause)
msg - the message for this exception.cause - the root-cause of this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||