Class X4OLanguageModuleLoaderException

All Implemented Interfaces:
Serializable

public class X4OLanguageModuleLoaderException extends ElementException
ElementNamespaceLoaderException holds ElementLanguageModuleLoader which created the exception.
Version:
1.0 Aug 29, 2008
Author:
Willem Cazander
See Also:
  • Constructor Details

    • X4OLanguageModuleLoaderException

      public X4OLanguageModuleLoaderException(X4OLanguageModuleLoader elementLanguageModuleLoader, String message)
      Creates module loader exception.
      Parameters:
      elementLanguageModuleLoader - The loader module which creates this exception.
      message - The message of the exception.
    • X4OLanguageModuleLoaderException

      public X4OLanguageModuleLoaderException(X4OLanguageModuleLoader elementLanguageModuleLoader, String message, Exception exception)
      Creates module loader exception.
      Parameters:
      elementLanguageModuleLoader - The loader module which creates this exception.
      message - The message of the exception.
      exception - The root cause of the exception.
  • Method Details

    • getElementProvider

      public X4OLanguageModuleLoader getElementProvider()
      Returns the module loader which created the exception.
      Returns:
      Returns the module loader.