org.outerj.xreporter.util
Interface LocalizedException

All Known Implementing Classes:
DataSourceAccessDeniedException, ExecuteException, IncompatibleDataSourceException, ReportAccessDeniedException, ReportDefinitionViewingNotAllowedException, ReportInUseException, UnknownDataSourceIdException, UnknownOrderByIdException, UnknownReportDefintionIdException, UnknownReportId, UnknownStepNameException, UnknownUserException

public interface LocalizedException

Interface to be implemented by Exceptions that can provide localized error messages.


Method Summary
 java.lang.String getLocalizedMessage(ResourceHandle resourceHandle)
           
 

Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage(ResourceHandle resourceHandle)