public class LambdaConversionException extends Exception
| Constructor and Description | 
|---|
| LambdaConversionException()Constructs a  LambdaConversionException. | 
| LambdaConversionException(String message)Constructs a  LambdaConversionExceptionwith a message. | 
| LambdaConversionException(String message,
                         Throwable cause)Constructs a  LambdaConversionExceptionwith a message and cause. | 
| LambdaConversionException(String message,
                         Throwable cause,
                         boolean enableSuppression,
                         boolean writableStackTrace)Constructs a  LambdaConversionExceptionwith a message,
 cause, and other settings. | 
| LambdaConversionException(Throwable cause)Constructs a  LambdaConversionExceptionwith a cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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, 2015, Oracle and/or its affiliates.  All rights reserved.