ostore.introspect
Class SDMBuilder.UnsupportedConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ostore.util.InvalidConfigFileException
                    |
                    +--ostore.introspect.SDMBuilder.UnsupportedConfigurationException
All Implemented Interfaces:
Serializable
Enclosing class:
SDMBuilder

public static class SDMBuilder.UnsupportedConfigurationException
extends InvalidConfigFileException

An exception thrown when a config file requests an operation (e.g. emit_predictions) that a particular Builder does not provide.

Version:
$Id: SDMBuilder.java,v 1.3 2003/04/03 02:03:45 jeffpang Exp $
Author:
Dennis Geels
See Also:
Serialized Form

Constructor Summary
SDMBuilder.UnsupportedConfigurationException(String stage, String tag, String value)
          Constructs a new UnsupportedConfigurationException
 
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

SDMBuilder.UnsupportedConfigurationException

public SDMBuilder.UnsupportedConfigurationException(String stage,
                                                    String tag,
                                                    String value)
Constructs a new UnsupportedConfigurationException

Parameters:
stage - The name of the stage throwing the exception
tag - The config file tag for the requested operation
value - The requested operation