Class X4OLanguageLoaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.x4o.xml.lang.X4OLanguageLoaderException
- All Implemented Interfaces:
Serializable
Is throw when there is en Exception within an Element.
- Version:
- 1.0 Oct 28, 2009
- Author:
- Willem Cazander
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an X4OLanguageLoaderException without a detail message.Creates an X4OLanguageLoaderException from a parent exception.X4OLanguageLoaderException
(String message) Constructs an X4OLanguageLoaderException with a detail message.X4OLanguageLoaderException
(String message, Exception e) Constructs an X4OLanguageLoaderException with a detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
X4OLanguageLoaderException
public X4OLanguageLoaderException()Constructs an X4OLanguageLoaderException without a detail message. -
X4OLanguageLoaderException
Constructs an X4OLanguageLoaderException with a detail message.- Parameters:
message
- The message of this Exception
-
X4OLanguageLoaderException
Creates an X4OLanguageLoaderException from a parent exception.- Parameters:
e
- The exception.
-
X4OLanguageLoaderException
-