Dali Provisional API
Release 3.2

Package org.eclipse.jpt.common.utility

Interface Summary
Association<K,V> Straightforward definition of an object pairing.
ExceptionHandler Simple interface for allowing clients to pass an exception handler to a service (e.g. to log the exception).
JavaType This interface describes a Java type; i.e. its "element type" and its "array depth".
MethodSignature This interface describes a Java method signature; i.e. its "name" and its "parameter types".
MultiThreadedExceptionHandler Simple interface for allowing clients to pass an exception handler to a service (e.g. to log the exception).
 

Class Summary
Association.KeyTransformer<K,V>  
Association.ValueTransformer<K,V>  
ExceptionHandler.Default Singleton implementation of the exception handler interface that, like what happens with an unhandled exception (see ThreadGroup.uncaughtException(Thread, Throwable)), prints the exception's stack trace to the "standard" error output stream.
ExceptionHandler.Null Singleton implementation of the exception handler interface that does nothing with the exception.
ExceptionHandler.Runtime Singleton implementation of the exception handler interface that wraps the exception in a runtime exception and throws the runtime exception.
MultiThreadedExceptionHandler.Default Singleton implementation of the multi-threaded exception handler interface that, like what happens with an unhandled exception (see ThreadGroup.uncaughtException(Thread, Throwable)), prints the exception's stack trace to the "standard" error output stream.
MultiThreadedExceptionHandler.Null Singleton implementation of the multi-threaded exception handler interface that does nothing with the exception.
MultiThreadedExceptionHandler.Runtime Singleton implementation of the multi-threaded exception handler interface that wraps the exception in a runtime exception and throws the runtime exception.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.