edu.udo.cs.miningmart.schemamatching
Class SchemaMatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.udo.cs.miningmart.exception.MiningMartException
              extended by edu.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.4 2006/09/27 15:00:03 euler Exp $
Author:
Timm Euler
See Also:
Serialized Form

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

SchemaMatchException

public SchemaMatchException()

SchemaMatchException

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


Copyright © 2001-2005