Uses of Class
macaw.system.MacawErrorType

Packages that use MacawErrorType
macaw.system Contains classes that are used prolificly throughout the code base. 
 

Uses of MacawErrorType in macaw.system
 

Methods in macaw.system that return MacawErrorType
 MacawErrorType MacawError.getErrorType()
           
static MacawErrorType MacawErrorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MacawErrorType[] MacawErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in macaw.system with parameters of type MacawErrorType
 void MacawException.addErrorMessage(MacawErrorType errorType, java.lang.String errorMessage)
           
 int MacawException.getNumberOfErrors(MacawErrorType errorType)
           
 void MacawError.setErrorType(MacawErrorType errorType)
           
 

Constructors in macaw.system with parameters of type MacawErrorType
MacawError(MacawErrorType errorType, java.lang.String message)
           
MacawException(MacawErrorType errorType, java.lang.String errorMessage)