net.sf.jse
Class SyntaxMatchFailure

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

public class SyntaxMatchFailure
extends SyntaxException

Exception for any problem during matching

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

Constructor Summary
SyntaxMatchFailure()
           
 
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

SyntaxMatchFailure

public SyntaxMatchFailure()