public class EventDispatcherException
extends java.lang.Exception
Title: Framework Support Library
Description: Defines an exception thrown by the EventDispatcher
operations.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Constructor and Description |
---|
EventDispatcherException()
Constructs an empty exception.
|
EventDispatcherException(java.lang.String message)
Constructs a new exception with the specified message.
|
EventDispatcherException(java.lang.String message,
java.lang.Throwable exception)
Constructs a new exception with the specified message and cause.
|
EventDispatcherException(java.lang.Throwable exception)
Constructs a new exception with the specified cause.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public EventDispatcherException()
public EventDispatcherException(java.lang.String message)
message
- the exception message.public EventDispatcherException(java.lang.Throwable exception)
exception
- the exception cause.public EventDispatcherException(java.lang.String message, java.lang.Throwable exception)
message
- the exception message.exception
- the exception cause.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.