Home
last modified time | relevance | path

Searched defs:EventException (Results 1 – 2 of 2) sorted by relevance

/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
DEventException.java30 public class EventException extends RuntimeException { class
37 public EventException() { in EventException() method in EventException
45 public EventException(String exceptionMessage) { in EventException() method in EventException
53 public EventException(Throwable originalException) { in EventException() method in EventException
63 public EventException(String exceptionMessage, Throwable originalException) { in EventException() method in EventException
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
DEventException.java29 public class EventException extends MathException { class
41 public EventException(final String specifier, final Object ... parts) { in EventException() method in EventException
51 public EventException(final Localizable specifier, final Object ... parts) { in EventException() method in EventException
59 public EventException(final Throwable cause) { in EventException() method in EventException