Class 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 Detail

      • ModuleClassNotFoundException

        public ModuleClassNotFoundException​(SModule module,
                                            String message,
                                            Throwable t)
      • ModuleClassNotFoundException

        public ModuleClassNotFoundException​(SModule module,
                                            String message)
      • ModuleClassNotFoundException

        public ModuleClassNotFoundException​(SModule module)
    • Method Detail

      • getModule

        public SModule getModule()