Class X4OLanguageLoaderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.x4o.xml.lang.X4OLanguageLoaderException
All Implemented Interfaces:
Serializable

public class X4OLanguageLoaderException extends Exception
Is throw when there is en Exception within an Element.
Version:
1.0 Oct 28, 2009
Author:
Willem Cazander
See Also:
  • Constructor Details

    • X4OLanguageLoaderException

      public X4OLanguageLoaderException()
      Constructs an X4OLanguageLoaderException without a detail message.
    • X4OLanguageLoaderException

      public X4OLanguageLoaderException(String message)
      Constructs an X4OLanguageLoaderException with a detail message.
      Parameters:
      message - The message of this Exception
    • X4OLanguageLoaderException

      public X4OLanguageLoaderException(Exception e)
      Creates an X4OLanguageLoaderException from a parent exception.
      Parameters:
      e - The exception.
    • X4OLanguageLoaderException

      public X4OLanguageLoaderException(String message, Exception e)
      Constructs an X4OLanguageLoaderException with a detail message.
      Parameters:
      message - The message of this Exception
      e - The exception.