Uses of Class
badpenguin.dkim.ErrorType

Packages that use ErrorType
badpenguin.dkim   
 

Uses of ErrorType in badpenguin.dkim
 

Fields in badpenguin.dkim declared as ErrorType
 ErrorType DkimError.errorType
           
 

Methods in badpenguin.dkim that return ErrorType
 ErrorType DkimException.getErrorType()
          Return the ErrorType of this Exception
static ErrorType ErrorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ErrorType[] ErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



© Copyright 2009 Mark Boddington (www.badpenguin.co.uk)