ostore.oil
Class HMMStage.UnsupportedConfigurationException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ostore.util.InvalidConfigFileException
                    |
                    +--ostore.oil.HMMStage.UnsupportedConfigurationException
- All Implemented Interfaces: 
 - Serializable
 
- Enclosing class: 
 - HMMStage
 
- public static class HMMStage.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: HMMStage.java,v 1.10 2002/07/22 20:54:53 srhea Exp $
 
- Author: 
 
  - Dennis Geels
 
- See Also: 
 - Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
HMMStage.UnsupportedConfigurationException
public HMMStage.UnsupportedConfigurationException(String stage,
                                                  String tag,
                                                  String value)
- Constructs a new UnsupportedConfigurationException
 - Parameters:
 stage - The name of the stage throwing the exceptiontag - The config file tag for the requested
 			operationvalue - The requested operation