byucc.jhdl.synth.classparse
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
byucc.jhdl.JHDLException
byucc.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
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 |
ParseException
public ParseException(java.lang.String problem)
ParseException
public ParseException(java.lang.String problem,
java.lang.Exception e)
toString
public java.lang.String toString()
getMessage
public java.lang.String getMessage()
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.