org.axiondb

Class ConstraintViolationException

public class ConstraintViolationException extends AxionException

Thrown when a Constrainthas been violated.

Version: $Revision: 1.5 $ $Date: 2005/04/09 01:50:09 $

Author: Rodney Waldhoff

Constructor Summary
ConstraintViolationException(Constraint c)
ConstraintViolationException(String message, Throwable nested)
Method Summary
StringgetConstraintType()
protected static StringtoMessage(Constraint c)

Constructor Detail

ConstraintViolationException

public ConstraintViolationException(Constraint c)

ConstraintViolationException

public ConstraintViolationException(String message, Throwable nested)

Method Detail

getConstraintType

public String getConstraintType()

toMessage

protected static String toMessage(Constraint c)