org.sonar.api.utils
Class SonarException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CyclicDependenciesException, ServerHttpClient.ServerApiEmptyContentException, ServerHttpClient.ServerConnectionException, XmlParserException

public class SonarException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
SonarException()
           
SonarException(java.lang.String s)
           
SonarException(java.lang.String s, java.lang.Throwable throwable)
           
SonarException(java.lang.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

SonarException

public SonarException()

SonarException

public SonarException(java.lang.String s)

SonarException

public SonarException(java.lang.String s,
                      java.lang.Throwable throwable)

SonarException

public SonarException(java.lang.Throwable throwable)


Copyright © 2009 SonarSource SA. All Rights Reserved.