Class X4OLanguageModuleLoaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.x4o.xml.element.ElementException
org.x4o.xml.lang.X4OLanguageModuleLoaderException
- All Implemented Interfaces:
Serializable
ElementNamespaceLoaderException holds ElementLanguageModuleLoader which created the exception.
- Version:
- 1.0 Aug 29, 2008
- Author:
- Willem Cazander
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionX4OLanguageModuleLoaderException
(X4OLanguageModuleLoader elementLanguageModuleLoader, String message) Creates module loader exception.X4OLanguageModuleLoaderException
(X4OLanguageModuleLoader elementLanguageModuleLoader, String message, Exception exception) Creates module loader exception. -
Method Summary
Modifier and TypeMethodDescriptionReturns the module loader which created the exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
Returns the module loader which created the exception.- Returns:
- Returns the module loader.
-