Uses of Class
org.apertereports.common.ARConstants.ErrorCode

Packages that use ARConstants.ErrorCode
org.apertereports.common   
org.apertereports.common.exception   
 

Uses of ARConstants.ErrorCode in org.apertereports.common
 

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

Uses of ARConstants.ErrorCode in org.apertereports.common.exception
 

Methods in org.apertereports.common.exception that return ARConstants.ErrorCode
 ARConstants.ErrorCode ARRuntimeException.getErrorCode()
          Returns error code.
 ARConstants.ErrorCode ARException.getErrorCode()
          Returns error code.
 

Constructors in org.apertereports.common.exception with parameters of type ARConstants.ErrorCode
ARException(ARConstants.ErrorCode errorCode)
          Creates AR exception
ARException(ARConstants.ErrorCode errorCode, String... details)
          Creates AR exception
ARException(ARConstants.ErrorCode errorCode, Throwable cause)
          Creates AR exception
ARRuntimeException(ARConstants.ErrorCode errorCode)
          Creates new AR runtime exception
ARRuntimeException(ARConstants.ErrorCode errorCode, String... details)
          Creates new AR runtime exception
ARRuntimeException(ARConstants.ErrorCode errorCode, Throwable cause)
          Creates new AR runtime exception
ARRuntimeException(ARConstants.ErrorCode errorCode, Throwable cause, String... details)
          Creates new AR runtime exception
 



Copyright © 2011-2013. All Rights Reserved.