com.googlecode.jbp.common.requirements
Class RequirementsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.googlecode.jbp.common.requirements.RequirementsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PostConditionException, PreConditionException

public class RequirementsException
extends RuntimeException

Author:
Yannick LOTH - yannick AT littlej.biz -
See Also:
Serialized Form

Constructor Summary
RequirementsException()
          Constructor.
RequirementsException(String messageParam)
          Constructor with a message associated to the exception
RequirementsException(String messageParam, Throwable causeParam)
          Constructor with a message and a cause associated to the exception
RequirementsException(Throwable causeParam)
          Constructor with a cause associated to the exception
 
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

RequirementsException

public RequirementsException()
Constructor.


RequirementsException

public RequirementsException(String messageParam)
Constructor with a message associated to the exception

Parameters:
message - the message.

RequirementsException

public RequirementsException(String messageParam,
                             Throwable causeParam)
Constructor with a message and a cause associated to the exception

Parameters:
messageParam - the message.
causeParam - The cause throwable.

RequirementsException

public RequirementsException(Throwable causeParam)
Constructor with a cause associated to the exception

Parameters:
causeParam - The cause throwable.


Copyright © 2011. All Rights Reserved.