net.sf.jse
Class SyntaxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sf.jse.SyntaxException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExpansionFailure, SyntaxMatchFailure

public class SyntaxException
extends java.lang.Exception

Exception for any problem during syntax processing

Version:
0.9, 03OCT00
Author:
Jonathan Bachrach, Keith Playford
See Also:
Serialized Form

Constructor Summary
SyntaxException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxException

public SyntaxException()