edu.udo.cs.miningmart.exception
Class M4Exception

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.exception.M4Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
M4NameExistsException, ParameterError, UserError

public class M4Exception
extends MiningMartException

Super class for all exceptions thrown by the M4 interface.

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

Constructor Summary
M4Exception(java.lang.String message)
          Constructor for M4Exception.
 
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

M4Exception

public M4Exception(java.lang.String message)
Constructor for M4Exception.

Parameters:
message - The error message


Copyright © 2001-2005