case classFlagParseException(message: String, cause: Throwable = null) extends Exception with Product with Serializable
Exception thrown upon flag-parsing failure. Should typically lead to process
death, since continued execution would run the risk of unexpected behavior on
account of incorrectly-interpreted or malformed flag values.
message
A string name of the flag for which parsing failed.
cause
The underlying java.lang.Throwable that caused this exception.
Exception thrown upon flag-parsing failure. Should typically lead to process death, since continued execution would run the risk of unexpected behavior on account of incorrectly-interpreted or malformed flag values.
A string name of the flag for which parsing failed.
The underlying java.lang.Throwable that caused this exception.