public class InvalidSettingException
extends java.io.IOException
| Constructor and Description |
|---|
InvalidSettingException()
Creates a new InvalidSettingException.
|
InvalidSettingException(java.lang.String msg)
Creates a new InvalidSettingException.
|
InvalidSettingException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new InvalidSettingException.
|
InvalidSettingException(java.lang.Throwable ex)
Creates a new InvalidSettingException.
|
public InvalidSettingException()
public InvalidSettingException(java.lang.String msg)
msg - a message for the exception.public InvalidSettingException(java.lang.Throwable ex)
ex - the cause of the setting exception.public InvalidSettingException(java.lang.String msg,
java.lang.Throwable ex)
msg - a message for the exception.ex - the cause of the setting exception.Copyright© 2012-21 Jeremy Long. All Rights Reserved.