public class LambdaConversionException extends Exception
| Constructor | Description |
|---|---|
LambdaConversionException () |
Constructs a
LambdaConversionException. |
LambdaConversionException (String message) |
Constructs a
LambdaConversionException with a message. |
LambdaConversionException (String message,
Throwable cause) |
Constructs a
LambdaConversionException with a message and cause. |
LambdaConversionException (String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
Constructs a
LambdaConversionException with a message,
cause, and other settings. |
LambdaConversionException (Throwable cause) |
Constructs a
LambdaConversionException with a cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString public LambdaConversionException()
LambdaConversionException.public LambdaConversionException(String message)
LambdaConversionException with a message.message - the detail messagepublic LambdaConversionException(String message, Throwable cause)
LambdaConversionException with a message and cause.message - the detail messagecause - the causepublic LambdaConversionException(Throwable cause)
LambdaConversionException with a cause.cause - the causepublic LambdaConversionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
LambdaConversionException with a message,
cause, and other settings.message - the detail messagecause - the causeenableSuppression - whether or not suppressed exceptions are enabledwritableStackTrace - whether or not the stack trace is writable Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
Scripting on this page tracks web page traffic, but does not change the content in any way.