Copyright @ 2002 SAP. All Rights Reserved.

com.sap.tc.complib.validate
Class CompartmentLocalAndRemoteException

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

public class CompartmentLocalAndRemoteException
extends ValidationException

The exception is thrown if a compartment definition contains incomaptaible statments.

See Also:
Serialized Form

Constructor Summary
CompartmentLocalAndRemoteException(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

CompartmentLocalAndRemoteException

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

getCompartmentName

public java.lang.String getCompartmentName()

Copyright @ 2002 SAP. All Rights Reserved.