byucc.jhdl.synth.classparse
Class ParseException

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

public class ParseException
extends JHDLException

This is thrown when a problem occurs parsing during synthesis.

See Also:
Serialized Form

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

Constructor Detail

ParseException

public ParseException(java.lang.String problem)

ParseException

public ParseException(java.lang.String problem,
                      java.lang.Exception e)
Method Detail

toString

public java.lang.String toString()

getMessage

public java.lang.String getMessage()


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