Package org.forgerock.config.resolvers
Class SubstitutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.config.resolvers.SubstitutionException
- All Implemented Interfaces:
Serializable
Exception thrown during substitution process.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSubstitutionException
(String message, Throwable cause, SubstitutionContext context) SubstitutionException
(String message, SubstitutionContext context) Creates aSubstitutionException
with the givenmessage
. -
Method Summary
Modifier and TypeMethodDescriptionReturns the key(s) that have caused this substitution to fail.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SubstitutionException
Creates aSubstitutionException
with the givenmessage
.- Parameters:
message
- error's descriptioncontext
- context with detailed info about the error
-
SubstitutionException
- Parameters:
message
- error's descriptioncause
- error's parent causecontext
- context with detailed info about the error
-
-
Method Details
-
getFailedKeys
Returns the key(s) that have caused this substitution to fail.- Returns:
- the key(s) that have caused this substitution to fail.
-