public class LambdaConversionException extends Exception
| Constructor and Description |
|---|
LambdaConversionException()
Constructs a
LambdaConversionException.
|
LambdaConversionException(String
Constructs a
LambdaConversionException with a message.
|
LambdaConversionException(String
Constructs a
LambdaConversionException with a message and cause.
|
LambdaConversionException(String
Constructs a
LambdaConversionException with a message, cause, and other settings.
|
LambdaConversionException(Throwable
Constructs a
LambdaConversionException with a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LambdaConversionException()
LambdaConversionException.
public LambdaConversionException(Stringmessage)
LambdaConversionException with a message.
message - the detail message
public LambdaConversionException(Stringmessage, Throwable cause)
LambdaConversionException with a message and cause.
message - the detail message
cause - the cause
public LambdaConversionException(Throwablecause)
LambdaConversionException with a cause.
cause - the cause
public LambdaConversionException(Stringmessage, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
LambdaConversionException with a message, cause, and other settings.
message - the detail message
cause - the cause
enableSuppression - whether or not suppressed exceptions are enabled
writableStackTrace - whether or not the stack trace is writable