Uses of Class
org.apertereports.common.ReportConstants.ErrorCodes

Packages that use ReportConstants.ErrorCodes
org.apertereports.common   
org.apertereports.common.exception   
 

Uses of ReportConstants.ErrorCodes in org.apertereports.common
 

Methods in org.apertereports.common that return ReportConstants.ErrorCodes
static ReportConstants.ErrorCodes ReportConstants.ErrorCodes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReportConstants.ErrorCodes[] ReportConstants.ErrorCodes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ReportConstants.ErrorCodes in org.apertereports.common.exception
 

Methods in org.apertereports.common.exception that return ReportConstants.ErrorCodes
 ReportConstants.ErrorCodes AperteReportsException.getErrorCode()
           
 ReportConstants.ErrorCodes AperteReportsRuntimeException.getErrorCode()
           
 

Constructors in org.apertereports.common.exception with parameters of type ReportConstants.ErrorCodes
AperteReportsException(ReportConstants.ErrorCodes errorCode)
           
AperteReportsException(ReportConstants.ErrorCodes errorCode, String detail)
           
AperteReportsException(ReportConstants.ErrorCodes errorCode, String[] errorDetails)
           
AperteReportsException(ReportConstants.ErrorCodes errorCode, String[] errorDetails, Throwable cause)
           
AperteReportsException(ReportConstants.ErrorCodes errorCode, Throwable cause)
           
AperteReportsRuntimeException(ReportConstants.ErrorCodes errorCode)
           
AperteReportsRuntimeException(ReportConstants.ErrorCodes errorCode, Throwable cause)
           
AperteReportsRuntimeException(String message, ReportConstants.ErrorCodes errorCode)
           
AperteReportsRuntimeException(String message, ReportConstants.ErrorCodes errorCode, Throwable cause)
           
 



Copyright © 2011-2012. All Rights Reserved.