org.eclipse.jpt.common.utility
Class MultiThreadedExceptionHandler.Null
java.lang.Object
org.eclipse.jpt.common.utility.MultiThreadedExceptionHandler.Null
- All Implemented Interfaces:
- Serializable, ExceptionHandler, MultiThreadedExceptionHandler
- Enclosing interface:
- MultiThreadedExceptionHandler
public static final class MultiThreadedExceptionHandler.Null
- extends Object
- implements MultiThreadedExceptionHandler, Serializable
Singleton implementation of the multi-threaded exception handler
interface that does nothing with the exception.
- See Also:
- Serialized Form
INSTANCE
public static final ExceptionHandler INSTANCE
instance
public static ExceptionHandler instance()
handleException
public void handleException(Thread thread,
Throwable t)
- Description copied from interface:
MultiThreadedExceptionHandler
- The specified exception was thrown while the specified thread was
executing. Handle it appropriately.
- Specified by:
handleException in interface MultiThreadedExceptionHandler
handleException
public void handleException(Throwable t)
- Description copied from interface:
ExceptionHandler
- The specified exception was thrown. Handle it appropriately.
- Specified by:
handleException in interface ExceptionHandler
toString
public String toString()
- Overrides:
toString in class Object
Copyright (c) 2012 Oracle. All rights reserved.