public class InvalidConfigurationException extends RuntimeException
| コンストラクタと説明 |
|---|
InvalidConfigurationException(String msg)
When a message is sufficient
|
InvalidConfigurationException(String msg,
Throwable cause)
When there's an associated root cause.
|
InvalidConfigurationException(Throwable cause)
When there are no details other than the root cause
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getParamName() |
InvalidConfigurationException |
setParamName(String paramName) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidConfigurationException(String msg)
msg - public InvalidConfigurationException(String msg, Throwable cause)
msg and cause's msg.msg - cause - public InvalidConfigurationException(Throwable cause)
cause - public InvalidConfigurationException setParamName(String paramName)
public String getParamName()
Copyright © 2016. All Rights Reserved.