Class ModelLoadException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.jetbrains.mps.openapi.persistence.ModelLoadException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public final class ModelLoadException extends Exception The exception is thrown when AST content doesn't fit into the persistence format. For example: empty lists or properties, errors in associativity or unsupported concepts.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ModelLoadException(String message)ModelLoadException(String message, List<SModel.Problem> problems)ModelLoadException(String message, List<SModel.Problem> problems, Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SModel.Problem>getProblems()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ModelLoadExceptionpublic ModelLoadException(String message, @NotNull List<SModel.Problem> problems) 
 - 
ModelLoadExceptionpublic ModelLoadException(String message, @NotNull List<SModel.Problem> problems, Throwable cause) 
 - 
ModelLoadExceptionpublic ModelLoadException(String message) 
 
- 
 - 
Method Detail- 
getProblems@NotNull public List<SModel.Problem> getProblems() 
 
- 
 
-