public class LoggingExceptionHandler extends AbstractLocatorExceptionHandler
| Constructor and Description |
|---|
LoggingExceptionHandler() |
| 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
|
public void handleURLParseException(Exception e)
LocatorExceptionHandlerhandleURLParseException in interface LocatorExceptionHandlerhandleURLParseException in class AbstractLocatorExceptionHandlere - exceptionpublic void handleIOException(IOException e)
LocatorExceptionHandlerhandleIOException in interface LocatorExceptionHandlerhandleIOException in class AbstractLocatorExceptionHandlere - exceptionpublic void handleClassInstatiateException(Throwable t)
LocatorExceptionHandlerhandleClassInstatiateException in interface LocatorExceptionHandlerhandleClassInstatiateException in class AbstractLocatorExceptionHandlert - exception. Note: sometimes ClassLoader can throw a subclass of Error while a class instantiating.Copyright © 2004–2019 OpenL Tablets. All rights reserved.