Class fever.data.formatter.Formatter

Description

Abstract class defines basic formatting rules for concrete formatter classes.

Field Index

error

Method Index

format(), toString()

Field Detail

error

public error:String
Error message (if any).

Method Detail

format

public function format(value):String

Formats passed-in value and returns formatting string result.

Throws

IllegalAccessExceptionif method is not overrided by subclass.

toString

public function toString():String

Returns string representation.