Uses of Class
info.rolandkrueger.roklib.util.ApplicationError.ErrorType

Packages that use ApplicationError.ErrorType
info.rolandkrueger.roklib.util Utility classes and data structures. 
 

Uses of ApplicationError.ErrorType in info.rolandkrueger.roklib.util
 

Fields in info.rolandkrueger.roklib.util declared as ApplicationError.ErrorType
private  ApplicationError.ErrorType ApplicationError.mType
           
 

Methods in info.rolandkrueger.roklib.util that return ApplicationError.ErrorType
 ApplicationError.ErrorType ApplicationError.getType()
          Returns the error level.
static ApplicationError.ErrorType ApplicationError.ErrorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ApplicationError.ErrorType[] ApplicationError.ErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in info.rolandkrueger.roklib.util with parameters of type ApplicationError.ErrorType
ApplicationError(ApplicationError.ErrorType type)
          Constructor for setting the error level.
ApplicationError(String description, ApplicationError.ErrorType type)
          Constructor for setting both the description of an error and its type.
ApplicationError(String description, Throwable cause, ApplicationError.ErrorType type)
          Constructor for setting the description, the cause and the type of the error.
 



Copyright © 2007-2011. All Rights Reserved.