public class ObjectNotConvertableException extends RuntimeException
ConvertedObject
failed, as the value
could not be converted.Constructor and Description |
---|
ObjectNotConvertableException() |
ObjectNotConvertableException(String message)
Creates the exception by delegating the exception message to the super class.
|
ObjectNotConvertableException(String message,
Throwable cause)
Creates the exception by delegating the exception message and cause to the super class.
|
ObjectNotConvertableException(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 ObjectNotConvertableException(String message)
message
- The message to create the exception with.public ObjectNotConvertableException(Throwable cause)
cause
- The exception that caused this ObjectNotConvertableException
.public ObjectNotConvertableException(String message, Throwable cause)
message
- The message to create the exception with.cause
- The exception that caused this ObjectNotConvertableException
.public ObjectNotConvertableException()
Copyright © 2018 SAP SE. All rights reserved.