public class InvalidReturnTypeException extends RuntimeException
| Constructor and Description |
|---|
InvalidReturnTypeException(String message)
Create a new InvalidReturnTypeException with the provided message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidReturnTypeException(String message)
message - The message for this exception./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/