Package jetbrains.mps.classloading
Class ModuleClassNotFoundException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.ReflectiveOperationException
 - 
- java.lang.ClassNotFoundException
 - 
- jetbrains.mps.classloading.ModuleClassNotFoundException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class ModuleClassNotFoundException extends ClassNotFoundException
Internal MPS exception which is thrown specifically from MPS class loading system. May contain the cause of ClassNotFoundException and the corresponding module as well.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ModuleClassNotFoundException(SModule module)ModuleClassNotFoundException(SModule module, String message)ModuleClassNotFoundException(SModule module, String message, Throwable t) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SModulegetModule()- 
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 
 - 
 
 -