Class LexException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--LexException
All Implemented Interfaces:
java.io.Serializable

public class LexException
extends java.lang.Exception

LexExceptions are thrown by converts that implement the Lex interface.

Version:
$01/09/24 14:20:39 mdh$
Author:
Malcolm D. Hyman
See Also:
Serialized Form

Constructor Summary
LexException(java.lang.String s)
           
 
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

LexException

public LexException(java.lang.String s)