edu.udo.cs.miningmart.schemamatching
Class SchemaMatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.udo.cs.miningmart.exception.MiningMartException
              extended byedu.udo.cs.miningmart.schemamatching.SchemaMatchException
All Implemented Interfaces:
java.io.Serializable

public class SchemaMatchException
extends MiningMartException

Superclass for exceptions thrown by the schema matchers.

Version:
$Id: SchemaMatchException.java,v 1.3 2006/04/11 14:10:17 euler Exp $
Author:
Timm Euler
See Also:
Serialized Form

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

SchemaMatchException

public SchemaMatchException()

SchemaMatchException

public SchemaMatchException(java.lang.String errorMsg)
Parameters:
errorMsg -


Copyright © 2001-2005