Package com.attivio.sdk.error
Class CommandLineError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.CommandLineError
-
- All Implemented Interfaces:
java.io.Serializable
public final class CommandLineError extends ErrorCode
CommandLineError
represents a category of errors specific to command-line interfaces.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CommandLineError
DEPRECATED_OPTION_ERROR
ACommandLineError
that indicates use of a deprecated command-line option.
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
DEPRECATED_OPTION_ERROR
public static final CommandLineError DEPRECATED_OPTION_ERROR
ACommandLineError
that indicates use of a deprecated command-line option.
-
-