public class EventException
extends java.lang.Exception
构造器和说明 |
---|
EventException()
构造一个新的EventException。
|
EventException(java.lang.String message)
在给定的信息的基础上构造一个新的EventException。
|
EventException(java.lang.Throwable throwable)
在给定的异常的基础上构建个新的EventException。
|
EventException(java.lang.Throwable cause,
java.lang.String message)
在给定的信息上构造一个新的EventException。
|
public EventException(java.lang.Throwable throwable)
原文:Constructs a new EventException based on the given Exception
throwable
- 触发这个异常的异常public EventException()
原文:Constructs a new EventException
public EventException(java.lang.Throwable cause, java.lang.String message)
原文:Constructs a new EventException with the given message
cause
- 因为什么而触发此异常message
- 信息public EventException(java.lang.String message)
原文:Constructs a new EventException based on the given Exception
message
- 信息