org.fopps.model
Class ModelException

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

public class ModelException
extends java.lang.Exception

Special exception for model inconsistencies or errors

See Also:
Serialized Form

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

ModelException

public ModelException()
Constructor for ModelException.


ModelException

public ModelException(java.lang.String s)
Constructor for ModelException.

Parameters:
s -


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