Parse Settings Exception
class ParseSettingsException(message: String? = null, cause: Throwable? = null) : IllegalArgumentException, ExceptionWithAttachments(source)
Indicates that settings could not be parsed for one reason or another.
Parameters
message
the detail message
cause
the cause