org.wsmo.common.exception
Class InvalidModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wsmo.common.exception.InvalidModelException
All Implemented Interfaces:
Serializable

public class InvalidModelException
extends Exception

This is a checked exception thrown when the changes applied to an entity break the consistency of its underlying logical model (if any) For example, if an axiom is added to an entity that is in a logical formalism not understood or incomatible with the current model

Version:
$Revision: 508 $ $Date: 2005-06-29 20:16:10 +0300 (Wed, 29 Jun 2005) $
Author:
not attributable
See Also:
Serialized Form

Constructor Summary
InvalidModelException()
           
InvalidModelException(String msg)
           
InvalidModelException(Throwable cause)
           
 
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

InvalidModelException

public InvalidModelException()

InvalidModelException

public InvalidModelException(Throwable cause)

InvalidModelException

public InvalidModelException(String msg)


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.