net.sf.jse
Class ExpansionFailure

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

public class ExpansionFailure
extends SyntaxException

Exception for any sort of expansion failure

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

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

ExpansionFailure

public ExpansionFailure()