de.cau.cs.kieler.krep.evalbench.program
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.cau.cs.kieler.core.KielerException
              extended by de.cau.cs.kieler.krep.evalbench.program.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends KielerException

Any exception that occurred while Parsing an Assembler file.

See Also:
Serialized Form
Rating yellow
(2010-02-05) review by cmot, msp

Constructor Summary
ParseException(String cause)
           
 
Method Summary
 
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

ParseException

public ParseException(String cause)
Parameters:
cause - detailed cause for the exception