|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.math.MathException
org.apache.commons.math.ode.events.EventException
public class EventException
This exception is made available to users to report
the error conditions that are triggered by EventHandler
Field Summary | |
---|---|
private static long |
serialVersionUID
Serialization UID. |
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class org.apache.commons.math.MathException |
---|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
@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 thrown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |