edu.udo.cs.miningmart.exception
Class MiningMartException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.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.3 2006/04/11 14:10:15 euler Exp $
Author:
Timm Euler
See Also:
Serialized Form

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