com.croftsoft.apps.compiler.mini.node
Class SemanticErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.croftsoft.apps.compiler.mini.node.SemanticErrorException
All Implemented Interfaces:
Serializable

public class SemanticErrorException
extends Exception

Thrown when semantic errors are detected.

Version:
1999-04-25
See Also:
Serialized Form
Author:
David W. Croft

Constructor Summary
SemanticErrorException(String message)
           
 
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

SemanticErrorException

public SemanticErrorException(String message)

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)