implement plugin update method

This commit is contained in:
Sebastian Sdorra
2010-12-18 18:21:21 +01:00
parent 0d2ec6da5e
commit a6a7d75328
3 changed files with 71 additions and 7 deletions

View File

@@ -199,7 +199,7 @@ public class AetherPluginHandler
}
catch (Exception ex)
{
throw new PluginLoadException(ex);
throw new PluginException(ex);
}
}
@@ -245,7 +245,7 @@ public class AetherPluginHandler
}
catch (JAXBException ex)
{
throw new PluginLoadException(ex);
throw new PluginException(ex);
}
}
}