net.sf.myra.framework
Class UnsatisfiedConstraintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.myra.framework.UnsatisfiedConstraintException
All Implemented Interfaces:
java.io.Serializable

public class UnsatisfiedConstraintException
extends java.lang.Exception

Thrown to indicate that a constraint has not been satisfied.

Version:
$Revision$ $Date: 2008-02-08 15:54:20#$
Author:
Fernando Esteban Barril Otero
See Also:
Serialized Form

Constructor Summary
UnsatisfiedConstraintException()
          Creates a new UnsatisfiedConstraintException with null as its detail message.
UnsatisfiedConstraintException(java.lang.String message)
          Creates a new UnsatisfiedConstraintException with the specified detail message.
 
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

UnsatisfiedConstraintException

public UnsatisfiedConstraintException()
Creates a new UnsatisfiedConstraintException with null as its detail message.


UnsatisfiedConstraintException

public UnsatisfiedConstraintException(java.lang.String message)
Creates a new UnsatisfiedConstraintException with the specified detail message.

Parameters:
message - the detail message.


Copyright © 2013. All Rights Reserved.