MessageFormat.parse

MessageFormat.parse

Class Overview | Class Members | This Package | All Packages

Syntax 1
public Object[] parse( String source, ParsePosition status )
Description
Parses the string.

Caveats: The parse may fail in a number of circumstances. For example:



Syntax 2
public Object[] parse( String source ) throws ParseException
Description
Parses the string. Does not yet handle recursion (where the substituted strings contain {n} references.)

Exceptions
ParseException if the string can't be parsed.