com.thaiopensource.pullax
Class XmlReportException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.thaiopensource.pullax.XmlException
                          |
                          +--com.thaiopensource.pullax.XmlReportException
All Implemented Interfaces:
java.io.Serializable

public class XmlReportException
extends XmlException

See Also:
Serialized Form

Constructor Summary
XmlReportException(XmlReport report)
           
 
Method Summary
 java.lang.String format()
           
 java.lang.String format(java.util.Locale locale)
           
 XmlLocation getLocation()
           
 XmlReport getReport()
           
 XmlSeverity getSeverity()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlReportException

public XmlReportException(XmlReport report)
Method Detail

getLocation

public XmlLocation getLocation()

getSeverity

public XmlSeverity getSeverity()

getReport

public XmlReport getReport()

format

public java.lang.String format(java.util.Locale locale)

format

public java.lang.String format()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable