public class UnconvertibleObjectException extends IllegalArgumentException
Some converters may attempt many strategies before to give up, resulting in more than one exception being caught. In such case, all the failed attempts will be reported as suppressed exceptions and the cause will be an arbitrary item of this list.
Defined in the sis-utility
module
Constructor and Description |
---|
UnconvertibleObjectException()
Constructs a new exception with no message.
|
UnconvertibleObjectException(String message)
Constructs a new exception with the specified detail message.
|
UnconvertibleObjectException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
UnconvertibleObjectException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnconvertibleObjectException()
public UnconvertibleObjectException(String message)
message
- The detail message, or null
if none.public UnconvertibleObjectException(String message, Throwable cause)
message
- The detail message, or null
if none.cause
- The cause, or null
if none.public UnconvertibleObjectException(Throwable cause)
cause
- The cause, or null
if none.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.