Package jetbrains.mps.classloading
Class ModuleIsNotLoadableException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.ReflectiveOperationException
 - 
- java.lang.ClassNotFoundException
 - 
- jetbrains.mps.classloading.ModuleIsNotLoadableException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
@Deprecated public class ModuleIsNotLoadableException extends ClassNotFoundException
Deprecated.It has been to decided to get rid of additional classnotfoundexceptionsInternal MPS exception which is thrown from the MPS class loading system. It is thrown when a module does not have a suitable facet (or does not have a correct solution kind). It should be processed by the clients of the MPS ClassLoading system.jetbrains.mps.module.ReloadableModule#getClass()ReloadableModule.getOwnClass(String)as well asClassLoaderManager.getClass(org.jetbrains.mps.openapi.module.SModule, java.lang.String)ClassLoaderManager.getOwnClass(org.jetbrains.mps.openapi.module.SModule, java.lang.String)- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ModuleIsNotLoadableException(SModule module, String message)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SModulegetModule()Deprecated.- 
Methods inherited from class java.lang.ClassNotFoundException
getCause, getException 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -