|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
org.jvoicexml.event.JVoiceXMLEvent
org.jvoicexml.event.PlainEvent
public abstract class PlainEvent
Base class for all events that happen normally.
Copyright © 2005 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Constructor Summary | |
|---|---|
PlainEvent()
Constructs a new event with the event type as its detail message. |
|
PlainEvent(String message)
Constructs a new event with the specified detail message. the given detail message is expanded to the form <EVENT_TYPE>>: <message>. |
|
PlainEvent(String message,
Throwable cause)
Constructs a new event with the specified detail message and cause. |
|
PlainEvent(Throwable cause)
Constructs a new event with the specified cause and a detail message of (cause==null ? |
|
| Method Summary |
|---|
| Methods inherited from class org.jvoicexml.event.JVoiceXMLEvent |
|---|
getEventType, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 PlainEvent()
JVoiceXMLEvent.getEventType()public PlainEvent(String message)
<EVENT_TYPE>>: <message>.
The cause is not initialized.
message - The detail message.JVoiceXMLEvent.getEventType()public PlainEvent(Throwable cause)
(cause==null ? getEventType() : cause.toString()) (which
typically contains the class and detail message of cause).
cause - The cause.JVoiceXMLEvent.getEventType()
public PlainEvent(String message,
Throwable cause)
message - The detail message.cause - The cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||