public interface ExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleException(NamedObj context,
java.lang.Throwable exception)
Handle an exception.
|
boolean handleException(NamedObj context, java.lang.Throwable exception) throws IllegalActionException
context - The object in which the exception occurred.exception - An exception to be handled.IllegalActionException - If this handler handles the
exception by throwing an exception.