Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.util
Class XSLErrorListener

java.lang.Object
  extended by com.liferay.portlet.journal.util.XSLErrorListener
All Implemented Interfaces:
ErrorListener

public class XSLErrorListener
extends Object
implements ErrorListener


Constructor Summary
XSLErrorListener(Locale locale)
           
 
Method Summary
 void error(TransformerException exception)
           
 void fatalError(TransformerException exception)
           
 int getColumnNumber()
           
 int getLineNumber()
           
 String getLocation()
           
 String getMessage()
           
 String getMessageAndLocation()
           
 void setLocation(Throwable exception)
           
 void warning(TransformerException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLErrorListener

public XSLErrorListener(Locale locale)
Method Detail

error

public void error(TransformerException exception)
           throws TransformerException
Specified by:
error in interface ErrorListener
Throws:
TransformerException

fatalError

public void fatalError(TransformerException exception)
                throws TransformerException
Specified by:
fatalError in interface ErrorListener
Throws:
TransformerException

getColumnNumber

public int getColumnNumber()

getLineNumber

public int getLineNumber()

getLocation

public String getLocation()

getMessage

public String getMessage()

getMessageAndLocation

public String getMessageAndLocation()

setLocation

public void setLocation(Throwable exception)

warning

public void warning(TransformerException exception)
             throws TransformerException
Specified by:
warning in interface ErrorListener
Throws:
TransformerException

Liferay 6.1.2-ce-ga3