public interface LocatorExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleClassInstatiateException(Throwable t)
Handle exceptions thrown when class is instantiated
|
void |
handleIOException(IOException e)
Handle exceptions thrown when Input/Output operations is performed
|
void |
handleURLParseException(Exception e)
Handle exceptions thrown when resource URL is parsed
|
void handleURLParseException(Exception e)
e - exceptionvoid handleClassInstatiateException(Throwable t)
t - exception. Note: sometimes ClassLoader can throw a subclass of Error while a class instantiating.void handleIOException(IOException e)
e - exceptionCopyright © 2004–2019 OpenL Tablets. All rights reserved.