public class MethodWriterValidationException extends IllegalArgumentException
MethodWriter cannot be created.
Generated writers are typically faster and richer than reflection based proxies. When the generator configuration fails validation this exception is thrown so the system does not fall back to the proxy implementation.
| 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 validation failureCopyright © 2026 Chronicle Software Ltd. All rights reserved.