org.sonar.api.resources
Class DuplicatedSourceException

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.resources.DuplicatedSourceException
All Implemented Interfaces:
Serializable

public final class DuplicatedSourceException
extends SonarException

Since:
2.6
See Also:
Serialized Form

Constructor Summary
DuplicatedSourceException(Resource<?> resource)
           
 
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

DuplicatedSourceException

public DuplicatedSourceException(Resource<?> resource)


Copyright © 2009-2013 SonarSource. All Rights Reserved.