org.pentaho.reporting.libraries.base.boot

Class ModuleInitializeException

public class ModuleInitializeException extends StackableException

This exception is thrown when the module initialization encountered an unrecoverable error which prevents the module from being used.

Author: Thomas Morgner

Constructor Summary
ModuleInitializeException()
Creates a ModuleInitializeException with no message and no base exception.
ModuleInitializeException(String s, Exception e)
Creates a ModuleInitializeException with the given message and base exception.
ModuleInitializeException(String s)
Creates a ModuleInitializeException with the given message and no base exception.

Constructor Detail

ModuleInitializeException

public ModuleInitializeException()
Creates a ModuleInitializeException with no message and no base exception.

ModuleInitializeException

public ModuleInitializeException(String s, Exception e)
Creates a ModuleInitializeException with the given message and base exception.

Parameters: s the message e the root exception

ModuleInitializeException

public ModuleInitializeException(String s)
Creates a ModuleInitializeException with the given message and no base exception.

Parameters: s the exception message