Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.altara.mars.plugin
Class PluginRegistry.PluginLoadExceptionHandler  view PluginRegistry.PluginLoadExceptionHandler download PluginRegistry.PluginLoadExceptionHandler.java

java.lang.Object
  extended byorg.altara.mars.plugin.PluginRegistry.PluginLoadExceptionHandler
All Implemented Interfaces:
org.altara.util.LoadExceptionHandler
Enclosing class:
PluginRegistry

private static class PluginRegistry.PluginLoadExceptionHandler
extends java.lang.Object
implements org.altara.util.LoadExceptionHandler


Constructor Summary
private PluginRegistry.PluginLoadExceptionHandler()
           
 
Method Summary
 void handleLoadException(java.io.File file, java.lang.Exception ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginRegistry.PluginLoadExceptionHandler

private PluginRegistry.PluginLoadExceptionHandler()
Method Detail

handleLoadException

public void handleLoadException(java.io.File file,
                                java.lang.Exception ex)
Specified by:
handleLoadException in interface org.altara.util.LoadExceptionHandler