edu.udo.cs.miningmart.exception
Class ParameterError

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
                  extended byedu.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.3 2006/04/11 14:10:14 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)
           
 
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