Package jetbrains.mps.extapi.persistence
Class CopyNotSupportedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- jetbrains.mps.extapi.persistence.CopyNotSupportedException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class CopyNotSupportedException extends Exception
The exception which might be thrown during copying. Means that there are some problems with copying module/model root/model that make the operation impossible to accomplish. Exception shall contain a meaningful error message that describes why a particular module/model root/model can not be copied.- Since:
 - 12/2/16 [3.5]
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CopyNotSupportedException(String errorMessage)CopyNotSupportedException(String errorMessage, Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -