Method | Description | |
---|---|---|
TransformException ( String text, Object list ) : SimpleFramework.Xml.Core |
Constructor for the
|
|
TransformException ( Throwable, cause, String text, Object list ) : SimpleFramework.Xml.Core |
Constructor for the
|
public TransformException ( String text, Object list ) : SimpleFramework.Xml.Core | ||
text | String | /// a format string used to present the error message /// |
list | Object | /// a list of arguments to insert into the string /// |
return | SimpleFramework.Xml.Core |
public TransformException ( Throwable, cause, String text, Object list ) : SimpleFramework.Xml.Core | ||
cause | Throwable, | /// the source exception this is used to represent /// |
text | String | /// a format string used to present the error message /// |
list | Object | /// a list of arguments to insert into the stri /// |
return | SimpleFramework.Xml.Core |