org.apache.commons.math3.ode.events
Class EventState.LocalMaxCountExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.math3.ode.events.EventState.LocalMaxCountExceededException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
EventState

private static class EventState.LocalMaxCountExceededException
extends java.lang.RuntimeException

Local wrapper to propagate exceptions.


Field Summary
private static long serialVersionUID
          Serializable UID.
private  MaxCountExceededException wrapped
          Wrapped exception.
 
Constructor Summary
EventState.LocalMaxCountExceededException(MaxCountExceededException exception)
          Simple constructor.
 
Method Summary
 MaxCountExceededException getException()
          Get the wrapped exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serializable UID.

See Also:
Constant Field Values

wrapped

private final MaxCountExceededException wrapped
Wrapped exception.

Constructor Detail

EventState.LocalMaxCountExceededException

public EventState.LocalMaxCountExceededException(MaxCountExceededException exception)
Simple constructor.

Parameters:
exception - exception to wrap
Method Detail

getException

public MaxCountExceededException getException()
Get the wrapped exception.

Returns:
wrapped exception


Copyright (c) 2003-2013 Apache Software Foundation