|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--org.infoglue.cms.exception.ConfigurationError
Thrown to indicate that some configuration resource is not setup correctly, is missing etc.
Examples includes missing key in resource bundle, missing element/attribute in xml file, missing property file...
This is an internal error so there is no need to localize the error message.
| Constructor Summary | |
ConfigurationError(java.lang.String message)
Construct a ConfigurationError with the detailed error message. |
|
ConfigurationError(java.lang.String message,
java.lang.Throwable cause)
Construct a ConfigurationError with the detailed error message and cause. |
|
| Method Summary | |
java.lang.Throwable |
getCause()
Returns the cause of this ConfigurationError or null if the cause is nonexistent or unknown. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConfigurationError(java.lang.String message)
message - the detailed error message.
public ConfigurationError(java.lang.String message,
java.lang.Throwable cause)
message - the detailed error message.cause - the throwable that caused this ConfigurationError to get thrown.| Method Detail |
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||