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, toString
public ObjectNotConvertibleException(String message)
message
- The message to create the exception with.public ObjectNotConvertibleException(Throwable cause)
cause
- The exception that caused this ObjectNotConvertableException
.public ObjectNotConvertibleException(String message, Throwable cause)
message
- The message to create the exception with.cause
- The exception that caused this ObjectNotConvertableException
.public ObjectNotConvertibleException()
Copyright © 2019 SAP SE. All rights reserved.