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