Uses of Interface
org.gvsig.tools.exception.ExceptionTranslator

Packages that use ExceptionTranslator
org.gvsig.tools.exception   
 

Uses of ExceptionTranslator in org.gvsig.tools.exception
 

Methods in org.gvsig.tools.exception with parameters of type ExceptionTranslator
 String IBaseException.getLocalizedMessage(ExceptionTranslator translator, int indent)
          Returns the translated message that describes the exception with indentation.
 String BaseRuntimeException.getLocalizedMessage(ExceptionTranslator translator, int indent)
           
 String ListBaseException.getLocalizedMessage(ExceptionTranslator exceptionTranslator, int indent)
           
 String BaseException.getLocalizedMessage(ExceptionTranslator translator, int indent)
           
 String IBaseException.getLocalizedMessageStack(ExceptionTranslator translator, int indent)
          Crosses the exceptions chained through cause to conform the compound message in the corresponding language.
 String BaseRuntimeException.getLocalizedMessageStack(ExceptionTranslator translator, int indent)
           
 String BaseException.getLocalizedMessageStack(ExceptionTranslator translator, int indent)
           
static void BaseException.setTranslator(ExceptionTranslator translator)
          Sets the property translator.
 



Copyright © 2004-2011 gvSIG. All Rights Reserved.