Class X4OPhaseException

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

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

    • X4OPhaseException

      public X4OPhaseException(X4OPhase exceptionPhase, Exception e)
      Creates an ElementException from a parent exception.
      Parameters:
      exceptionPhase - The handler which throwed.
      e - The Exception.
    • X4OPhaseException

      public X4OPhaseException(X4OPhase exceptionPhase, String message)
      Creates an ElementException from a parent exception.
      Parameters:
      exceptionPhase - The handler which throwed.
      message - The message of the error.
    • X4OPhaseException

      public X4OPhaseException(X4OPhase exceptionPhase, String message, Exception e)
      Creates an ElementException from a parent exception.
      Parameters:
      exceptionPhase - The handler which throwed.
      message - The message of the error.
      e - The Exception.
  • Method Details

    • getX4OPhaseHandler

      public X4OPhase getX4OPhaseHandler()
      Returns the X4OPhaseHandler which created this Exception.
      Returns:
      An X4OPhaseHandler