public class SubstitutionException extends Exception
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
SubstitutionException(String message,
SubstitutionContext context)
Creates a
SubstitutionException with the given message . |
SubstitutionException(String message,
Throwable cause,
SubstitutionContext context)
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getFailedKeys()
Returns the key(s) that have caused this substitution to fail.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public SubstitutionException(String message, SubstitutionContext context)
SubstitutionException
with the given message
.message
- error's descriptioncontext
- context with detailed info about the errorpublic SubstitutionException(String message, Throwable cause, SubstitutionContext context)
message
- error's descriptioncause
- error's parent causecontext
- context with detailed info about the errorCopyright © 2010-2018, ForgeRock All Rights Reserved.