org.sonar.batch.index
Class ResourceNotIndexedException

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.batch.index.ResourceNotIndexedException
All Implemented Interfaces:
Serializable

public class ResourceNotIndexedException
extends SonarException

Since:
2.6
See Also:
Serialized Form

Constructor Summary
ResourceNotIndexedException(Resource reference)
           
 
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

ResourceNotIndexedException

public ResourceNotIndexedException(Resource reference)


Copyright © 2009-2012 SonarSource. All Rights Reserved.