Interface ComponentVerifierExtension.VerificationError.ExceptionAttribute
- All Superinterfaces:
ComponentVerifierExtension.VerificationError.Attribute
,Serializable
- Enclosing interface:
ComponentVerifierExtension.VerificationError
public static interface ComponentVerifierExtension.VerificationError.ExceptionAttribute
extends ComponentVerifierExtension.VerificationError.Attribute
Attributes for details about an exception that was raised
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe exception classThe exception object that has been thrown. -
Method Summary
Methods inherited from interface org.apache.camel.component.extension.ComponentVerifierExtension.VerificationError.Attribute
getName, name
-
Field Details
-
EXCEPTION_INSTANCE
The exception object that has been thrown. Note that this can be a complex object and can cause large content when e.g. serialized as JSON -
EXCEPTION_CLASS
The exception class
-