org.sonar.api.utils
Class XmlParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonar.api.utils.SonarException
                  extended by org.sonar.api.utils.XmlParserException
All Implemented Interfaces:
Serializable

public class XmlParserException
extends SonarException

Since:
1.10
See Also:
Serialized Form

Constructor Summary
XmlParserException()
           
XmlParserException(String s)
           
XmlParserException(String s, Throwable throwable)
           
XmlParserException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlParserException

public XmlParserException()

XmlParserException

public XmlParserException(String s)

XmlParserException

public XmlParserException(String s,
                          Throwable throwable)

XmlParserException

public XmlParserException(Throwable throwable)


Copyright © 2009-2011 SonarSource. All Rights Reserved.