edu.udo.cs.miningmart.exception
Class M4Exception

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

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