org.sonar.squid.api
Class AnalysisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonar.squid.api.AnalysisException
All Implemented Interfaces:
Serializable

public class AnalysisException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
AnalysisException(String arg0)
           
AnalysisException(String arg0, Throwable arg1)
           
AnalysisException(Throwable arg0)
           
 
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

AnalysisException

public AnalysisException(String arg0,
                         Throwable arg1)

AnalysisException

public AnalysisException(String arg0)

AnalysisException

public AnalysisException(Throwable arg0)


Copyright © 2009-2011 SonarSource. All Rights Reserved.