byucc.jhdl.apps.dtb
Class DTBException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bybyucc.jhdl.apps.dtb.DTBException
All Implemented Interfaces:
java.io.Serializable

public class DTBException
extends java.lang.Exception

This exception is used by DynamicTestBench to inform other classes in this package of errors when interacting with it.

Author:
Anthony L. Slade
See Also:
Serialized Form

Method Summary
 java.lang.Throwable getCause()
          Gets the wrapped exception or null if none
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Method Detail

getCause

public java.lang.Throwable getCause()
Gets the wrapped exception or null if none



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