org.bibalex.daf.entities.phase
Class PhaseDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.bibalex.daf.entities.phase.PhaseDefinitionException
All Implemented Interfaces:
java.io.Serializable

public class PhaseDefinitionException
extends java.lang.Exception

An application exception that is thrown when the Xml document describing the phase cannot be parsed.

Author:
Shehab.Kamal
See Also:
Serialized Form

Constructor Summary
PhaseDefinitionException()
          Creates a new instance of PhaseDefinitionExcpetion.
PhaseDefinitionException(java.lang.String message)
          Creates a new instance of PhaseDefinitionExcpetion.
PhaseDefinitionException(java.lang.String message, java.lang.Exception innerException)
          Creates a new instance of PhaseDefinitionExcpetion.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PhaseDefinitionException

public PhaseDefinitionException()
Creates a new instance of PhaseDefinitionExcpetion.


PhaseDefinitionException

public PhaseDefinitionException(java.lang.String message)
Creates a new instance of PhaseDefinitionExcpetion.

Parameters:
message - A message describing the exception.

PhaseDefinitionException

public PhaseDefinitionException(java.lang.String message,
                                java.lang.Exception innerException)
Creates a new instance of PhaseDefinitionExcpetion.

Parameters:
message - A message describing the exception.
innerException - The cause of this exception.