19 require_once(BASE.
"wcmf/lib/core/class.WCMFException.php");
41 WCMFException::throwEx(
"writeHeader() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
50 WCMFException::throwEx(
"writeFooter() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
60 WCMFException::throwEx(
"writeObject() must be implemented by derived class: ".get_class($this), __FILE__, __LINE__);
OutputStrategy is used to write an object's content to a destination (called 'document') using a spec...
throwEx($message, $file='', $line='')