public class EventException extends Exception
コンストラクタと説明 |
---|
EventException()
Constructs a new EventException
|
EventException(String message)
Constructs a new EventException with the given message
|
EventException(Throwable throwable)
Constructs a new EventException based on the given Exception
|
EventException(Throwable cause,
String message)
Constructs a new EventException with the given message
|
修飾子とタイプ | メソッドと説明 |
---|---|
Throwable |
getCause()
If applicable, returns the Exception that triggered this Exception
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EventException(Throwable throwable)
throwable
- Exception that triggered this Exceptionpublic EventException()
public EventException(Throwable cause, String message)
cause
- The exception that caused thismessage
- The messagepublic EventException(String message)
message
- The messageCopyright © 2016. All rights reserved.