public abstract class Formatter extends Object
Message.| Constructor and Description |
|---|
Formatter() |
public abstract String format(Object toFormat)
toFormat - the object to format; the caller is responsible for
ensuring that the type of the passed-in object is the type expected
by the subclassClassCastException - if toFormat is not of the type expected by the subclassCopyright © 2018. All rights reserved.