Uses of Class
com.cleancoder.args.ArgsException.ErrorCode
-
Uses of ArgsException.ErrorCode in com.cleancoder.args
Fields in com.cleancoder.args declared as ArgsException.ErrorCode Modifier and Type Field Description private ArgsException.ErrorCodeArgsException. errorCodeMethods in com.cleancoder.args that return ArgsException.ErrorCode Modifier and Type Method Description ArgsException.ErrorCodeArgsException. getErrorCode()static ArgsException.ErrorCodeArgsException.ErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ArgsException.ErrorCode[]ArgsException.ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.cleancoder.args with parameters of type ArgsException.ErrorCode Constructor Description ArgsException(ArgsException.ErrorCode errorCode)ArgsException(ArgsException.ErrorCode errorCode, char errorArgumentId, String errorParameter)ArgsException(ArgsException.ErrorCode errorCode, String errorParameter)