|
MATSIM
|

Public Member Functions | |
| ExceptionHandler (final AtomicReference< Throwable > hadException) | |
| void | uncaughtException (Thread t, Throwable e) |
Private Attributes | |
| final AtomicReference< Throwable > | hadException |
Definition at line 229 of file ParallelEventsManagerImpl.java.
| org.matsim.core.events.ParallelEventsManagerImpl.ExceptionHandler.ExceptionHandler | ( | final AtomicReference< Throwable > | hadException | ) |
Definition at line 233 of file ParallelEventsManagerImpl.java.
References org.matsim.core.events.ParallelEventsManagerImpl.ExceptionHandler.hadException.
| void org.matsim.core.events.ParallelEventsManagerImpl.ExceptionHandler.uncaughtException | ( | Thread | t, |
| Throwable | e | ||
| ) |
Definition at line 238 of file ParallelEventsManagerImpl.java.
|
private |
Definition at line 231 of file ParallelEventsManagerImpl.java.
Referenced by org.matsim.core.events.ParallelEventsManagerImpl.ExceptionHandler.ExceptionHandler().
1.8.13