byucc.jhdl.Logic
Class TestException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bybyucc.jhdl.JHDLException
                  extended bybyucc.jhdl.Logic.TestException
All Implemented Interfaces:
java.io.Serializable

public class TestException
extends JHDLException

This exception is used to identify errors found with the LibrarySelfTester.

See Also:
Serialized Form

Constructor Summary
TestException()
          Creates a new TestException.
TestException(java.lang.String s)
          Creates a new TestException.
 
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

TestException

public TestException()
Creates a new TestException.


TestException

public TestException(java.lang.String s)
Creates a new TestException.

Parameters:
s - The exception message String to be printed.


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