org.squashtest.csp.tm.domain.campaign
Class TestCaseAlreadyInTestPlanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.squashtest.csp.tm.domain.campaign.TestCaseAlreadyInTestPlanException
All Implemented Interfaces:
Serializable

public class TestCaseAlreadyInTestPlanException
extends RuntimeException

Indicates an attempt to put a test case in a test plan which already contains it.

Author:
Gregory Fouquet
See Also:
Serialized Form

Constructor Summary
TestCaseAlreadyInTestPlanException(TestCase testCase, Campaign campaign)
           
 
Method Summary
 Campaign getCampaign()
           
 TestCase getTestCase()
           
 
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

TestCaseAlreadyInTestPlanException

public TestCaseAlreadyInTestPlanException(TestCase testCase,
                                          Campaign campaign)
Method Detail

getTestCase

public TestCase getTestCase()

getCampaign

public Campaign getCampaign()


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.