Class NoMessageBuilderOnClassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- app.coronawarn.server.services.distribution.assembly.appconfig.parsing.NoMessageBuilderOnClassException
-
- All Implemented Interfaces:
Serializable
public class NoMessageBuilderOnClassException extends RuntimeException
Indicates, that the target property for a YamlIncludeConstruct
is not a valid Protobuf Message, because they should contain a Message Builder. This Message.Builder is required for the processing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoMessageBuilderOnClassException(org.yaml.snakeyaml.nodes.Node node)
Creates a new exception instance based on the givenNode
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-