Bees v0.5.0 API

bees.core
Class MissingPairException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--bees.core.MissingPairException
All Implemented Interfaces:
java.io.Serializable

public class MissingPairException
extends java.lang.Exception

Exception thrown when a pair couldn't be found.

See Also:
Serialized Form

Constructor Summary
MissingPairException(java.lang.String tag, int instance)
          Construct a MissingPairException with the given values.
 
Method Summary
 int getInstance()
           
 java.lang.String getTag()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingPairException

public MissingPairException(java.lang.String tag,
                            int instance)
Construct a MissingPairException with the given values.
Parameters:
tag - The missing tag name.
instance - The missing tag instance.
Method Detail

getTag

public java.lang.String getTag()
Returns:
The missing tag name.

getInstance

public int getInstance()
Returns:
The missing tag instance.

Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/