byucc.jhdl.synth.graph
Class AmbiguousGetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bybyucc.jhdl.JHDLException
                  extended bybyucc.jhdl.synth.graph.AmbiguousGetException
All Implemented Interfaces:
java.io.Serializable

public class AmbiguousGetException
extends JHDLException

An exception that is thrown if a method cannot retrieve the desired data due to an ambiguity.

See Also:
Serialized Form

Constructor Summary
AmbiguousGetException()
           
AmbiguousGetException(java.lang.String complaint)
           
 
Methods inherited from class byucc.jhdl.JHDLException
main, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AmbiguousGetException

public AmbiguousGetException()

AmbiguousGetException

public AmbiguousGetException(java.lang.String complaint)


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.