Uses of Class
com.osbcp.cssparser.IncorrectFormatException.ErrorCode

Uses of IncorrectFormatException.ErrorCode in com.osbcp.cssparser
 

Methods in com.osbcp.cssparser that return IncorrectFormatException.ErrorCode
 IncorrectFormatException.ErrorCode IncorrectFormatException.getErrorCode()
          Returns a unique error code associated with the error.
static IncorrectFormatException.ErrorCode IncorrectFormatException.ErrorCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IncorrectFormatException.ErrorCode[] IncorrectFormatException.ErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.