|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectRepositoryException
org.priha.util.ConfigurationException
public class ConfigurationException
Thrown when the configuration is faulty.
| Constructor Summary | |
|---|---|
ConfigurationException(java.lang.String msg)
|
|
ConfigurationException(java.lang.String msg,
java.lang.String propertyKey)
Construct a ConfigurationException. |
|
ConfigurationException(java.lang.String msg,
java.lang.Throwable e)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationException(java.lang.String msg,
java.lang.String propertyKey)
msg - The exception messagepropertyKey - If there is a property key, you can add it here. May be null.public ConfigurationException(java.lang.String msg)
public ConfigurationException(java.lang.String msg,
java.lang.Throwable e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||