ostore.oil
Class HMMStage.InvalidTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ostore.util.InvalidConfigFileException
                    |
                    +--ostore.oil.HMMStage.InvalidTypeException
All Implemented Interfaces:
Serializable
Enclosing class:
HMMStage

public static class HMMStage.InvalidTypeException
extends InvalidConfigFileException

An exception thrown when a config file supplies the name of a class or field that does not satisfy type restrictions.

Version:
$Id: HMMStage.java,v 1.10 2002/07/22 20:54:53 srhea Exp $
Author:
Dennis Geels
See Also:
Serialized Form

Constructor Summary
HMMStage.InvalidTypeException(String stage, String tag, Class required, String supplied)
          Constructs a new InvalidTypeException
 
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

HMMStage.InvalidTypeException

public HMMStage.InvalidTypeException(String stage,
                                     String tag,
                                     Class required,
                                     String supplied)
Constructs a new InvalidTypeException

Parameters:
stage - The name of the stage throwing the exception
tag - The config file tag
required - The Class required that paramater.
supplied - The String from the config file