Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xalan.transformer.MsgMgr
public class MsgMgr
extends java.lang.Object
Constructor Summary | |
|
Method Summary | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public MsgMgr(TransformerImpl transformer)
Create a message manager object.
- Parameters:
transformer
- non transformer instance
public void error(SourceLocator srcLctr, String msg) throws TransformerException
Tell the user of an error, and probably throw an exception.
- Parameters:
msg
- Message text to issue
- Throws:
TransformerException
-
public void error(SourceLocator srcLctr, String msg, Exception e) throws TransformerException
Tell the user of an error, and probably throw an exception.
- Parameters:
msg
- Message text to issuee
- Exception to throw
- Throws:
TransformerException
-
public void error(SourceLocator srcLctr, String msg, Object[] args) throws TransformerException
Tell the user of an error, and probably throw an exception.
- Parameters:
msg
- Message text to issueargs
- Arguments to be passed to the message
- Throws:
TransformerException
-
public void error(SourceLocator srcLctr, String msg, args[] , Exception e) throws TransformerException
Tell the user of an error, and probably throw an exception.
- Parameters:
msg
- Message text to issuee
- Exception to throw
- Throws:
TransformerException
-
public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) throws TransformerException
Tell the user of an error, and probably throw an exception.
- Parameters:
styleNode
- Stylesheet nodesourceNode
- Source tree nodemsg
- Message text to issue
- Throws:
TransformerException
-
public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, args[] ) throws TransformerException
Tell the user of an error, and probably throw an exception.
- Parameters:
styleNode
- Stylesheet nodesourceNode
- Source tree nodemsg
- Message text to issue
- Throws:
TransformerException
-
public void message(SourceLocator srcLctr, String msg, boolean terminate) throws TransformerException
Warn the user of a problem. This is public for access by extensions.
- Parameters:
msg
- The message text to issueterminate
- Flag indicating whether to terminate this process
- Throws:
TransformerException
-
public void warn(SourceLocator srcLctr, String msg) throws TransformerException
Warn the user of a problem.
- Parameters:
msg
- Message text to issue
- Throws:
TransformerException
-
public void warn(SourceLocator srcLctr, String msg, Object[] args) throws TransformerException
Warn the user of a problem.
- Parameters:
msg
- Message text to issueargs
- Arguments to pass to the message
- Throws:
TransformerException
-
public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) throws TransformerException
Warn the user of a problem.
- Parameters:
styleNode
- Stylesheet nodesourceNode
- Source tree nodemsg
- Message text to issue
- Throws:
TransformerException
-
public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, args[] ) throws TransformerException
Warn the user of a problem.
- Parameters:
styleNode
- Stylesheet nodesourceNode
- Source tree nodemsg
- Message text to issue
- Throws:
TransformerException
-