edu.udo.cs.miningmart.exception
Class ParameterError

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
                  extended by edu.udo.cs.miningmart.exception.ParameterError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ParameterDeselectedError, ParameterNotFoundException

public class ParameterError
extends M4Exception

A subclass of M4CompilerError. Must be thrown if there is an error with the handling of operator parameters.

Version:
$Id: ParameterError.java,v 1.4 2006/09/27 15:00:00 euler Exp $
Author:
Timm Euler
See Also:
edu.udo.cs.miningmart.m4.core.exception.ParameterNotFoundException, ParameterDeselectedError, Serialized Form

Constructor Summary
ParameterError(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

ParameterError

public ParameterError(java.lang.String errorMsg)
See Also:
edu.udo.cs.miningmart.m4.core.exception.M4CompilerError#Constructor


Copyright © 2001-2005