public class AbstractViewPanel.ViewExceptionListener extends java.lang.Object implements ExceptionListener
| Constructor and Description |
|---|
ViewExceptionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionThrown(java.lang.Throwable t)
Notifies a listener that an error or exception throwable by the Java Virtual Machine
has been produced.
|
public void exceptionThrown(java.lang.Throwable t)
ExceptionListenerNotifies a listener that an error or exception throwable by the Java Virtual Machine has been produced.
exceptionThrown in interface ExceptionListenert - an error or exception in the Java languagecom.iver.cit.gvsig.fmap.ExceptionListener#exceptionThrown(java.lang.Throwable)