edu.udo.cs.miningmart.exception
Class ParameterNotFoundException

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
                      extended byedu.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.3 2006/04/11 14:10:15 euler Exp $
Author:
Timm Euler
See Also:
edu.udo.cs.miningmart.m4.core.exception.ParameterError, Serialized Form

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

ParameterNotFoundException

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


Copyright © 2001-2005