edu.udo.cs.miningmart.exception
Class ParameterNotFoundException

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

public class ParameterNotFoundException
extends ParameterError

A subclass of ParameterError. Must be thrown if a parameter for an operator is not found.

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

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

ParameterNotFoundException

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


Copyright © 2001-2005