org.apache.commons.math.ode.events
public class EventException extends MathException
EventHandler
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serialization UID.
|
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
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
@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 (c) 2003-2013 Apache Software Foundation