org.fopps.model
Class InvalidRelationException

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

public class InvalidRelationException
extends ModelException

Class InvalidRelationException

See Also:
Serialized Form

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

InvalidRelationException

public InvalidRelationException()

InvalidRelationException

public InvalidRelationException(java.lang.String s)


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