Class YamlDeserializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.apache.camel.dsl.yaml.common.exception.YamlDeserializationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnknownPropertyException
public class YamlDeserializationException extends IllegalStateException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YamlDeserializationException(String message)
YamlDeserializationException(String message, Throwable rootCause)
YamlDeserializationException(Throwable rootCause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-