|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.castor.core.exceptions.CastorRuntimeException
org.castor.core.util.ConfigurationException
public final class ConfigurationException
ConfigurationException is an unchecked exception thrown when Configuration can not be loaded or if configuration property can't be converted to the requested type.
| Constructor Summary | |
|---|---|
ConfigurationException()
Constructs a new ConfigurationException without a message. |
|
ConfigurationException(java.lang.String message)
Constructs a new ConfigurationException with the specified detail message. |
|
ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new ConfigurationException with the specified detail message and cause. |
|
ConfigurationException(java.lang.Throwable cause)
Constructs a new ConfigurationException with the specified cause and the detail message of the cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.castor.core.exceptions.CastorRuntimeException |
|---|
getCause, initCause, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationException()
public ConfigurationException(java.lang.String message)
message - The detail message.public ConfigurationException(java.lang.Throwable cause)
cause - The cause.
public ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message.cause - The cause.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||