java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.nipafx.args.ArgsDefinitionException
- All Implemented Interfaces:
Serializable
Thrown when the types provided to
Args::parse
are ill-defined.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns an error code that describes the cause of the exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
errorCode
Returns an error code that describes the cause of the exception.- Returns:
- describes the error that caused the exception
-