public class EventException extends MathException
EventHandler
Constructor and Description |
---|
EventException(Localizable specifier,
java.lang.Object... parts)
Simple constructor.
|
EventException(java.lang.String specifier,
java.lang.Object... parts)
Deprecated.
as of 2.2 replaced by
EventException(Localizable, Object...) |
EventException(java.lang.Throwable cause)
Create an exception with a given root cause.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace
@Deprecated public EventException(java.lang.String specifier, java.lang.Object... parts)
EventException(Localizable, Object...)
specifier
- format specifier (to be translated)parts
- to insert in the format (no translation)public EventException(Localizable specifier, java.lang.Object... parts)
specifier
- format specifier (to be translated)parts
- to insert in the format (no translation)public EventException(java.lang.Throwable cause)
cause
- the exception or error that caused this exception to be thrown"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"