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.
   
  -   SExprParserException(char) SExprParserException(char)
-   Initialize the exception with a message about an illegal character.
  
-   SExprParserException(String) SExprParserException(String)
-   Initialize the exception with an explanatory message.
   
 SExprParserException
SExprParserException
 public SExprParserException(String explanation)
  -  Initialize the exception with an explanatory message.
 
 SExprParserException
SExprParserException
 public SExprParserException(char illegalChar)
  -  Initialize the exception with a message about an illegal character.
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index