org.apache.xalan.transformer
public class MsgMgr extends Object
Constructor Summary | |
---|---|
MsgMgr(TransformerImpl transformer)
Create a message manager object.
|
Method Summary | |
---|---|
void | error(SourceLocator srcLctr, String msg)
Tell the user of an error, and probably throw an
exception.
|
void | error(SourceLocator srcLctr, String msg, Object[] args)
Tell the user of an error, and probably throw an
exception.
|
void | error(SourceLocator srcLctr, String msg, Exception e)
Tell the user of an error, and probably throw an
exception.
|
void | error(SourceLocator srcLctr, String msg, Object[] args, Exception e)
Tell the user of an error, and probably throw an
exception.
|
void | error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg)
Tell the user of an error, and probably throw an
exception.
|
void | error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object[] args)
Tell the user of an error, and probably throw an
exception.
|
void | message(SourceLocator srcLctr, String msg, boolean terminate)
Warn the user of a problem.
|
void | warn(SourceLocator srcLctr, String msg)
Warn the user of a problem.
|
void | warn(SourceLocator srcLctr, String msg, Object[] args)
Warn the user of a problem.
|
void | warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg)
Warn the user of a problem.
|
void | warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object[] args)
Warn the user of a problem.
|
Parameters: transformer non transformer instance
Parameters: msg Message text to issue
Throws: XSLProcessorException thrown if the active ProblemListener and XPathContext decide the error condition is severe enough to halt processing. TransformerException
UNKNOWN: internal
Parameters: msg Message text to issue args Arguments to be passed to the message
Throws: XSLProcessorException thrown if the active ProblemListener and XPathContext decide the error condition is severe enough to halt processing. TransformerException
UNKNOWN: internal
Parameters: msg Message text to issue e Exception to throw
Throws: XSLProcessorException thrown if the active ProblemListener and XPathContext decide the error condition is severe enough to halt processing. TransformerException
UNKNOWN: internal
Parameters: msg Message text to issue args Arguments to use in message e Exception to throw
Throws: XSLProcessorException thrown if the active ProblemListener and XPathContext decide the error condition is severe enough to halt processing. TransformerException
UNKNOWN: internal
Parameters: styleNode Stylesheet node sourceNode Source tree node msg Message text to issue
Throws: XSLProcessorException thrown if the active ProblemListener and XPathContext decide the error condition is severe enough to halt processing. TransformerException
UNKNOWN: internal
Parameters: styleNode Stylesheet node sourceNode Source tree node msg Message text to issue args Arguments to use in message
Throws: XSLProcessorException thrown if the active ProblemListener and XPathContext decide the error condition is severe enough to halt processing. TransformerException
UNKNOWN: internal
Parameters: msg The message text to issue terminate Flag indicating whether to terminate this process
Throws: XSLProcessorException thrown if the active ProblemListener and XPathContext decide the error condition is severe enough to halt processing. TransformerException
Parameters: msg Message text to issue
Throws: XSLProcessorException thrown if the active ProblemListener and XPathContext decide the error condition is severe enough to halt processing. TransformerException
UNKNOWN: internal
Parameters: msg Message text to issue args Arguments to pass to the message
Throws: XSLProcessorException thrown if the active ProblemListener and XPathContext decide the error condition is severe enough to halt processing. TransformerException
UNKNOWN: internal
Parameters: styleNode Stylesheet node sourceNode Source tree node msg Message text to issue
Throws: XSLProcessorException thrown if the active ProblemListener and XPathContext decide the error condition is severe enough to halt processing. TransformerException
UNKNOWN: internal
Parameters: styleNode Stylesheet node sourceNode Source tree node msg Message text to issue args Arguments to pass to the message
Throws: XSLProcessorException thrown if the active ProblemListener and XPathContext decide the error condition is severe enough to halt processing. TransformerException
UNKNOWN: internal