Copyright @ 2002 SAP. All Rights Reserved.

com.sap.tc.complib.validate
Class CompartmentEmptyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.tc.complib.validate.ValidationException
                    |
                    +--com.sap.tc.complib.validate.CompartmentEmptyException
All Implemented Interfaces:
java.io.Serializable

public class CompartmentEmptyException
extends ValidationException

The exception is thrown if a compartmnet contains neither a source state nor an archive state of the respective software component.

See Also:
Serialized Form

Constructor Summary
CompartmentEmptyException(java.lang.String compartmentName)
           
 
Method Summary
 java.lang.String getCompartmentName()
           
 
Methods inherited from class com.sap.tc.complib.validate.ValidationException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompartmentEmptyException

public CompartmentEmptyException(java.lang.String compartmentName)
Method Detail

getCompartmentName

public java.lang.String getCompartmentName()

Copyright @ 2002 SAP. All Rights Reserved.