edu.udo.cs.miningmart.exception
Class MiningMartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.udo.cs.miningmart.exception.MiningMartException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
M4CompilerError, M4CompilerWarning, M4Exception, SchemaMatchException, XmlException

public class MiningMartException
extends java.lang.Exception
implements java.io.Serializable

The superclass for all exceptions thrown in the MiningMart system. The exceptions simply contain an error message as a String.

Version:
$Id: MiningMartException.java,v 1.4 2006/09/27 15:00:00 euler Exp $
Author:
Timm Euler
See Also:
Serialized Form

Constructor Summary
MiningMartException()
          Constructor without arguments.
MiningMartException(java.lang.String errorMsg)
          Constructor with error message.
 
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

MiningMartException

public MiningMartException()
Constructor without arguments. The resulting MiningMartException object has no error message.


MiningMartException

public MiningMartException(java.lang.String errorMsg)
Constructor with error message.

Parameters:
errorMsg - The error information.


Copyright © 2001-2005