org.apache.commons.contract
Class ContractViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.i18n.LocalizedException
              extended by org.apache.commons.contract.ContractViolationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ValidationException

public class ContractViolationException
extends org.apache.commons.i18n.LocalizedException

See Also:
Serialized Form

Constructor Summary
ContractViolationException(org.apache.commons.i18n.bundles.ErrorBundle errorMessage)
           
ContractViolationException(org.apache.commons.i18n.bundles.ErrorBundle errorMessage, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.i18n.LocalizedException
getErrorMessage
 
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

ContractViolationException

public ContractViolationException(org.apache.commons.i18n.bundles.ErrorBundle errorMessage,
                                  Throwable cause)

ContractViolationException

public ContractViolationException(org.apache.commons.i18n.bundles.ErrorBundle errorMessage)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.