Class InvalidSettingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.owasp.dependencycheck.utils.InvalidSettingException
- All Implemented Interfaces:
Serializable
An exception used when an error occurs reading a setting.
- Version:
- $Id: $Id
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new InvalidSettingException.Creates a new InvalidSettingException.InvalidSettingException(String msg, Throwable ex) Creates a new InvalidSettingException.Creates a new InvalidSettingException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSettingException
public InvalidSettingException()Creates a new InvalidSettingException. -
InvalidSettingException
Creates a new InvalidSettingException.- Parameters:
msg- a message for the exception.
-
InvalidSettingException
Creates a new InvalidSettingException.- Parameters:
ex- the cause of the setting exception.
-
InvalidSettingException
-