public class UnexpectedFieldHandlingException extends RuntimeException
ReadMarshallable.unexpectedField(Object, ValueIn).
Typically, this is thrown when an unexpected field is encountered during marshalling or
unmarshalling processes.| Constructor and Description |
|---|
UnexpectedFieldHandlingException(Throwable cause)
Constructs a new UnexpectedFieldHandlingException with the provided underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnexpectedFieldHandlingException(Throwable cause)
cause - The root cause of this exception, typically originating from
ReadMarshallable.unexpectedField(Object, ValueIn).Copyright © 2024. All rights reserved.