All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.tools.sexpr.SExprParserException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----w3c.tools.sexpr.SExprParserException

public class SExprParserException
extends Exception
An exception class for syntax errors detected during s-expression parsing.


Constructor Index

 o SExprParserException(char)
Initialize the exception with a message about an illegal character.
 o SExprParserException(String)
Initialize the exception with an explanatory message.

Constructors

 o SExprParserException
 public SExprParserException(String explanation)
Initialize the exception with an explanatory message.

 o SExprParserException
 public SExprParserException(char illegalChar)
Initialize the exception with a message about an illegal character.


All Packages  Class Hierarchy  This Package  Previous  Next  Index