public class ConfigurationException extends Exception
Configuration.| コンストラクタと説明 |
|---|
ConfigurationException()
Constructor.
|
ConfigurationException(Exception wrappedException)
Constructor.
|
ConfigurationException(String message)
Constructor.
|
ConfigurationException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationException()
public ConfigurationException(String message)
message - exception messagepublic ConfigurationException(Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 2012. All Rights Reserved.