public class ObjectNotConvertibleException extends RuntimeException
ConvertedObject failed, as the value
could not be converted.| Constructor and Description |
|---|
ObjectNotConvertibleException() |
ObjectNotConvertibleException(String message)
Creates the exception by delegating the exception message to the super class.
|
ObjectNotConvertibleException(String message,
Throwable cause)
Creates the exception by delegating the exception message and cause to the super class.
|
ObjectNotConvertibleException(Throwable cause)
Creates the exception by delegating the exception cause to the super class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectNotConvertibleException(@Nullable String message)
message - The message to create the exception with.public ObjectNotConvertibleException(@Nullable Throwable cause)
cause - The exception that caused this ObjectNotConvertableException.public ObjectNotConvertibleException(@Nullable String message, @Nullable Throwable cause)
message - The message to create the exception with.cause - The exception that caused this ObjectNotConvertableException.public ObjectNotConvertibleException()
Copyright © 2021 SAP SE. All rights reserved.