org.sonar.core
Class ExtensionsNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonar.core.ExtensionsNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ExtensionsNotFoundException
extends java.lang.RuntimeException

See Also:
Serialized Form

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

ExtensionsNotFoundException

public ExtensionsNotFoundException(java.lang.String s)

ExtensionsNotFoundException

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

ExtensionsNotFoundException

public ExtensionsNotFoundException(java.lang.String path,
                                   java.lang.String suffix,
                                   java.lang.Throwable throwable)


Copyright © 2008 SonarSource SA. All Rights Reserved.