de.smartics.properties.spi.config.resolve
Class NullValuePropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.smartics.properties.spi.config.resolve.UnresolvablePropertyException
de.smartics.properties.spi.config.resolve.NullValuePropertyException
-
All Implemented Interfaces:
-
Serializable
-
public class NullValuePropertyException
-
extends
UnresolvablePropertyException
Signals that a property resolvement is not possible since a placeholder has a null
value.
-
See Also:
-
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NullValuePropertyException
public NullValuePropertyException(String propertyKey,
List<String> path)
-
Convenience constructor without root cause.
-
Parameters:
-
propertyKey
- the key to the unknown property.
-
path
- the path to the unknown property point.
NullValuePropertyException
public NullValuePropertyException(Throwable cause,
String propertyKey,
List<String> path)
-
Default Constructor.
-
Parameters:
-
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 unknown property point.
Copyright © 2012-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.