org.fopps.model
Class InvalidConstraintException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.fopps.model.ModelException
                    |
                    +--org.fopps.model.InvalidRelationException
                          |
                          +--org.fopps.model.InvalidConstraintException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConstraintException
extends InvalidRelationException

InvalidConstraintException

Author:
Oliver Wieland
See Also:
Serialized Form

Constructor Summary
InvalidConstraintException()
           
InvalidConstraintException(java.lang.String message)
           
 
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

InvalidConstraintException

public InvalidConstraintException()

InvalidConstraintException

public InvalidConstraintException(java.lang.String message)


Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.