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