public class EventException extends MathException
EventHandler
Constructor and Description |
---|
EventException(Localizable specifier,
Object... parts)
Simple constructor.
|
EventException(String specifier,
Object... parts)
Deprecated.
as of 2.2 replaced by
EventException(Localizable, Object...) |
EventException(Throwable cause)
Create an exception with a given root cause.
|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
@Deprecated public EventException(String specifier, Object... parts)
EventException(Localizable, Object...)
specifier
- format specifier (to be translated)parts
- to insert in the format (no translation)public EventException(Localizable specifier, Object... parts)
specifier
- format specifier (to be translated)parts
- to insert in the format (no translation)public EventException(Throwable cause)
cause
- the exception or error that caused this exception to be thrownCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.