|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.richclient.application.ApplicationException
org.springframework.richclient.application.ConfigurationException
public class ConfigurationException
Indicates that there is a problem with the runtime configuration of the application. This is a fairly general top-level exception. Before creating and throwing an instance of this type, consider if a more specific subclass would be appropriate.
Constructor Summary | |
---|---|
ConfigurationException()
Creates a new ConfigurationException . |
|
ConfigurationException(String message)
Creates a new ConfigurationException with the specified message. |
|
ConfigurationException(String message,
Throwable cause)
Creates a new ConfigurationException with the specified message
and nested exception. |
|
ConfigurationException(Throwable cause)
Creates a new ConfigurationException with the specified nested
exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationException()
ConfigurationException
.
public ConfigurationException(String message)
ConfigurationException
with the specified message.
message
- The detail message.public ConfigurationException(String message, Throwable cause)
ConfigurationException
with the specified message
and nested exception.
message
- The detail message.cause
- The nested exception.public ConfigurationException(Throwable cause)
ConfigurationException
with the specified nested
exception.
cause
- The nested exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |