|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException de.smartics.properties.spi.config.resolve.UnresolvablePropertyException
public class UnresolvablePropertyException
Signals that a property is not resolvable.
Constructor Summary | |
---|---|
UnresolvablePropertyException(String propertyKey, List<String> path) Convenience constructor without root cause. |
|
UnresolvablePropertyException(Throwable cause, String propertyKey, List<String> path) Default Constructor. |
Method Summary | |
---|---|
List<String> |
getPath() Returns the path to the recursive point. |
String |
getPropertyKey() Returns the key to the unknown property. |
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 UnresolvablePropertyException(String propertyKey, List<String> path)
propertyKey
- the key to the unknown property.
path
- the path to the recursive point.
public UnresolvablePropertyException(Throwable cause, String propertyKey, List<String> path)
cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A
null value is permitted, and indicates that the cause is nonexistent or unknown.)
propertyKey
- the key to the unknown property.
path
- the path to the recursive point.
Method Detail |
---|
public final String getPropertyKey()
public final List<String> getPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |