Class IncludeResolveFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- app.coronawarn.server.services.distribution.assembly.appconfig.parsing.IncludeResolveFailedException
-
- All Implemented Interfaces:
Serializable
public class IncludeResolveFailedException extends RuntimeException
This exception is raised in case SnakeYaml was not able to map the content of the include to the target data type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncludeResolveFailedException(org.yaml.snakeyaml.nodes.ScalarNode scalarNode, UnableToLoadFileException e)
Creates a new Include Resolve Failed Exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IncludeResolveFailedException
public IncludeResolveFailedException(org.yaml.snakeyaml.nodes.ScalarNode scalarNode, UnableToLoadFileException e)
Creates a new Include Resolve Failed Exception.- Parameters:
scalarNode
- the node for which the processing failede
- the reason
-
-