| org.jicarilla.container.JicarillaException org.jicarilla.container.InitializationException org.jicarilla.container.JicarillaClassNotFoundException
Method Summary | |
public String | getClassName() Retrieve the name of the class that could not be found. |
m_className | protected String m_className(Code) | | The class that could not be found.
|
JicarillaClassNotFoundException | public JicarillaClassNotFoundException()(Code) | | Construct a new JicarillaClassNotFoundException instance.
|
JicarillaClassNotFoundException | public JicarillaClassNotFoundException(String className, String message)(Code) | | Construct a new JicarillaClassNotFoundException instance.
Parameters: className - the class that could not be found. Parameters: message - the detail message for this exception. |
JicarillaClassNotFoundException | public JicarillaClassNotFoundException(String className)(Code) | | Construct a new JicarillaClassNotFoundException instance.
Parameters: className - the class that could not be found. |
JicarillaClassNotFoundException | public JicarillaClassNotFoundException(Throwable throwable)(Code) | | Construct a new JicarillaClassNotFoundException instance.
Parameters: throwable - the root cause of the exception. |
JicarillaClassNotFoundException | public JicarillaClassNotFoundException(String className, Throwable throwable)(Code) | | Construct a new JicarillaClassNotFoundException instance.
Parameters: className - the class that could not be found. Parameters: throwable - the root cause of the exception. |
JicarillaClassNotFoundException | public JicarillaClassNotFoundException(String className, String message, Throwable throwable)(Code) | | Construct a new JicarillaClassNotFoundException instance.
Parameters: className - the class that could not be found. Parameters: message - the detail message for this exception. Parameters: throwable - the root cause of the exception. |
getClassName | public String getClassName()(Code) | | Retrieve the name of the class that could not be found.
the name of the class that could not be found. |
|
|