Serializable
public class LambdaConversionException extends Exception
Constructor | Description |
---|---|
LambdaConversionException() |
Constructs a LambdaConversionException . |
LambdaConversionException |
Constructs a LambdaConversionException with a message. |
LambdaConversionException |
Constructs a LambdaConversionException with a message and cause. |
LambdaConversionException |
Constructs a LambdaConversionException with a message, cause, and other settings. |
LambdaConversionException |
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
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/invoke/LambdaConversionException.html