Package jetbrains.mps.persistence
Class ModelCannotBeCreatedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- jetbrains.mps.persistence.ModelCannotBeCreatedException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 DataSourceFactoryNotFoundException,DataSourceTypeIsNullForModelFactoryException,FactoryCannotCreateModelException,ModelFactoryNotFoundException,NoSourceRootsInModelRootException,SourceRootDoesNotExistException
public class ModelCannotBeCreatedException extends Exception
Base class for the whole hierarchy of the variety of problems which could arise during the model creation- See Also:
 Created by apyshkin on 12/23/16., Serialized Form
 
- 
- 
Constructor Summary
Constructors Constructor Description ModelCannotBeCreatedException()ModelCannotBeCreatedException(Exception e)ModelCannotBeCreatedException(String message) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -