public class MethodWriterValidationException extends IllegalArgumentException
MethodWriterValidationException is a specialized exception class that indicates a failure
in generating a MethodWriter. This exception type prevents falling back to the default proxy
implementation. It is typically thrown when there are invalid conditions or configurations related to
MethodWriter creation.| Constructor and Description |
|---|
MethodWriterValidationException(String s)
Constructs a new
MethodWriterValidationException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MethodWriterValidationException(String s)
MethodWriterValidationException with the specified detail message.s - the detail message explaining the reason for the exception.Copyright © 2024. All rights reserved.