jcreek.cke.importexport
Class KnowledgeModelImportUtilities.EqualRelationTypeAlreadyExist

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjcreek.cke.importexport.KnowledgeModelImportUtilities.EqualRelationTypeAlreadyExist
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
KnowledgeModelImportUtilities

public class KnowledgeModelImportUtilities.EqualRelationTypeAlreadyExist
extends java.lang.Exception

An exception that is thrown in cases where there have been an attempt to create a new relation type that already exist and is equal, that is, uses the same class descriptor.

Author:
Stein L. Tomassen, NTNU 2002
See Also:
Serialized Form

Constructor Summary
KnowledgeModelImportUtilities.EqualRelationTypeAlreadyExist(java.lang.String name, java.lang.String inverse)
           
 
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

KnowledgeModelImportUtilities.EqualRelationTypeAlreadyExist

public KnowledgeModelImportUtilities.EqualRelationTypeAlreadyExist(java.lang.String name,
                                                                   java.lang.String inverse)


Created at IDI, NTNU by the Artificial Intelligence and Learning group