|
||||||||||
| 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
rcf.core.concurrent.events.InvalidEventType
@Revision(value="$Revision: 1.5 $",
date="$Date: 2006/12/15 20:37:49 $",
tag="$Name: $")
public class InvalidEventTypeTODO: Javadoc
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString
| Field Summary | |
|---|---|
private static long |
serialVersionUID
TODO: Javadoc |
| Constructor Summary | |
|---|---|
InvalidEventType(Event e)
TODO: Javadoc |
|
InvalidEventType(Event e,
String message)
TODO: Javadoc |
|
InvalidEventType(Event e,
String message,
Throwable cause)
TODO: Javadoc |
|
InvalidEventType(Event e,
Throwable cause)
TODO: Javadoc |
|
| Method Summary | |
|---|---|
private static String |
message(Event e,
String message)
TODO: Javadoc |
| 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 InvalidEventType(Event e)
public InvalidEventType(Event e,
String message)
message -
public InvalidEventType(Event e,
Throwable cause)
cause -
public InvalidEventType(Event e,
String message,
Throwable cause)
message - cause - | Method Detail |
|---|
private static final String message(Event e,
String message)
e - message -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||