|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.transformer.MsgMgr
This class will manage error messages, warning messages, and other types of message events.
Constructor Summary | |
MsgMgr(TransformerImpl transformer)
Create a message manager object. |
Method Summary | |
void |
error(int msg)
**For internal use only** Tell the user of an error, and probably throw an exception. |
void |
error(int msg,
java.lang.Exception e)
**For internal use only** Tell the user of an error, and probably throw an exception. |
void |
error(int msg,
java.lang.Object[] args)
**For internal use only** Tell the user of an error, and probably throw an exception. |
void |
error(int msg,
java.lang.Object[] args,
java.lang.Exception e)
**For internal use only** Tell the user of an error, and probably throw an exception. |
void |
error(Node styleNode,
Node sourceNode,
int msg)
**For internal use only** Tell the user of an error, and probably throw an exception. |
void |
error(Node styleNode,
Node sourceNode,
int msg,
java.lang.Object[] args)
**For internal use only** Tell the user of an error, and probably throw an exception. |
void |
error(java.lang.String msg)
**For internal use only** Tell the user of an error, and probably throw an exception. |
void |
message(java.lang.String msg,
boolean terminate)
Warn the user of an problem. |
void |
warn(int msg)
**For internal use only** Warn the user of an problem. |
void |
warn(int msg,
java.lang.Object[] args)
**For internal use only** Warn the user of an problem. |
void |
warn(Node styleNode,
Node sourceNode,
int msg)
**For internal use only** Warn the user of an problem. |
void |
warn(Node styleNode,
Node sourceNode,
int msg,
java.lang.Object[] args)
**For internal use only** Warn the user of an problem. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MsgMgr(TransformerImpl transformer)
Method Detail |
public void message(java.lang.String msg, boolean terminate) throws SAXException
public void warn(int msg) throws SAXException
public void warn(int msg, java.lang.Object[] args) throws SAXException
public void warn(Node styleNode, Node sourceNode, int msg) throws SAXException
public void warn(Node styleNode, Node sourceNode, int msg, java.lang.Object[] args) throws SAXException
public void error(java.lang.String msg) throws SAXException
public void error(int msg) throws SAXException
public void error(int msg, java.lang.Object[] args) throws SAXException
public void error(int msg, java.lang.Exception e) throws SAXException
public void error(int msg, java.lang.Object[] args, java.lang.Exception e) throws SAXException
public void error(Node styleNode, Node sourceNode, int msg) throws SAXException
public void error(Node styleNode, Node sourceNode, int msg, java.lang.Object[] args) throws SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |