de.smartics.properties.spi.config.resolve
Class ResolveConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.smartics.properties.api.core.app.PropertyRootException
de.smartics.properties.api.config.domain.ConfigurationException
de.smartics.properties.spi.config.resolve.ResolveConfigurationException
-
All Implemented Interfaces:
-
Serializable
-
public class ResolveConfigurationException
-
extends
ConfigurationException
Signals problems resolving expression in a property value.
-
See Also:
-
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResolveConfigurationException
public ResolveConfigurationException(ConfigurationKey key,
String expression)
-
Convenience constructor without a root cause.
-
Parameters:
-
key
- the key to the configuration that signaled problems.
-
expression
- the expression that cannot be resolved.
ResolveConfigurationException
public ResolveConfigurationException(Throwable cause,
ConfigurationKey key,
String expression)
-
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.)
-
key
- the key to the configuration that signaled problems.
-
expression
- the expression that cannot be resolved.
getExpression
public final String getExpression()
-
Returns the expression that cannot be resolved.
-
-
Returns:
-
the expression that cannot be resolved.
Copyright © 2012-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.