public class TransformException extends PersistenceException
TransformException is thrown if a problem occurs
during the transformation of an object. This can be thrown either
because a transform could not be found for a specific type or
because the format of the text value had an invalid structure.| Constructor and Description |
|---|
TransformException(java.lang.String text,
java.lang.Object... list)
Constructor for the
TransformException object. |
TransformException(java.lang.Throwable cause,
java.lang.String text,
java.lang.Object... list)
Constructor for the
TransformException object. |
public TransformException(java.lang.String text,
java.lang.Object... list)
TransformException object.
This constructor takes a format string an a variable number of
object arguments, which can be inserted into the format string.text - a format string used to present the error messagelist - a list of arguments to insert into the stringpublic TransformException(java.lang.Throwable cause,
java.lang.String text,
java.lang.Object... list)
TransformException object.
This constructor takes a format string an a variable number of
object arguments, which can be inserted into the format string.cause - the source exception this is used to representtext - a format string used to present the error messagelist - a list of arguments to insert into the stri