org.apache.openjpa.util
Interface RuntimeExceptionTranslator

All Superinterfaces:
java.io.Serializable

public interface RuntimeExceptionTranslator
extends java.io.Serializable

Interface used by many facade helpers to translate exceptions.

Author:
Abe White

Method Summary
 java.lang.RuntimeException translate(java.lang.RuntimeException re)
          Translate the given exception.
 

Method Detail

translate

java.lang.RuntimeException translate(java.lang.RuntimeException re)
Translate the given exception.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.