byucc.edif
Class EdifRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bybyucc.edif.EdifRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class EdifRuntimeException
extends java.lang.RuntimeException
implements java.io.Serializable

Contains error information in regards to errors in the EDIF processing.

Version:
$Id: EdifRuntimeException.java,v 1.4 2004/08/27 19:16:42 tsa6 Exp $
Author:
Michael Wirthlin, Tyler Anderson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
EdifRuntimeException()
          Constructs an empty EdifRuntimeException object.
EdifRuntimeException(java.lang.String msg)
          Constructs an EdifRuntimeException object with a message.
 
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

EdifRuntimeException

public EdifRuntimeException()
Constructs an empty EdifRuntimeException object.


EdifRuntimeException

public EdifRuntimeException(java.lang.String msg)
Constructs an EdifRuntimeException object with a message.

Parameters:
msg - The message displayed to the user when this EdifRuntimeException Object is thrown