Class Format
java.lang.Object
java.text.Format
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
DateFormat
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Format
public Format()
-
-
Method Details
-
format
Format an object.- Parameters:
source- object to be formatted to text.- Returns:
- formatted text.
- Throws:
IllegalArgumentException- if the source can not be formatted.
-
parseObject
Parse an string to an object.- Parameters:
source- document to be parsed.- Returns:
- parsed object.
- Throws:
ParseException- if the source could not be parsed.
-