public class EmitterException extends EventsException
Emitter
,
Serialized FormConstructor and Description |
---|
EmitterException(java.lang.String key,
java.lang.String file,
java.lang.Object[] parms)
Constructs an EmitterException that contains a message.
|
EmitterException(java.lang.String key,
java.lang.String file,
java.lang.Object[] parms,
java.lang.Throwable cause)
Constructs an EmitterException that contains a message
and a causing exception.
|
EmitterException(java.lang.Throwable cause)
Constructs an EmitterException that contains a causing exception.
|
getCause, getFile, getKey, getLocalizedMessage, getLocalizedMessage, getMessage, getParms, initCause, printStackTrace, printStackTrace, printStackTrace
public EmitterException(java.lang.Throwable cause)
cause
- The exception that caused the emitter exception to be created.public EmitterException(java.lang.String key, java.lang.String file, java.lang.Object[] parms)
key
- The ID of the message to use as the exception message.file
- The resource bundle that contains the key.parms
- The parameters to the message.public EmitterException(java.lang.String key, java.lang.String file, java.lang.Object[] parms, java.lang.Throwable cause)
key
- The ID of the message to use as the exception message.file
- The resource bundle that contains the key.parms
- The parameters to the message.cause
- The exception that caused the emitter exception to be created.