Class ModelReadException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- jetbrains.mps.smodel.persistence.def.ModelReadException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 PersistenceVersionNotFoundException
public class ModelReadException extends Exception
Indicates failure to read model. Is not specific to 'default' persistence.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ModelReadException(String message, Throwable throwable)ModelReadException(String message, Throwable throwable, SModelHeader modelHeader)ModelReadException(String message, Throwable throwable, SModelReference modelReference) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessageEx()SModelReferencegetModelReference()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ModelReadException
public ModelReadException(String message, @Nullable Throwable throwable, @Nullable SModelReference modelReference)
 
- 
ModelReadException
public ModelReadException(String message, @Nullable Throwable throwable, @Nullable SModelHeader modelHeader)
 
 - 
 
- 
Method Detail
- 
getModelReference
@Nullable public SModelReference getModelReference()
 
- 
getMessageEx
public String getMessageEx()
 
 - 
 
 -