org.richfaces.antlr
Class HtmlSeamTextParser.HtmlRecognitionException

java.lang.Object
  extended by RecognitionException
      extended by org.richfaces.antlr.HtmlSeamTextParser.HtmlRecognitionException
Enclosing class:
HtmlSeamTextParser

public class HtmlSeamTextParser.HtmlRecognitionException
extends RecognitionException


Constructor Summary
HtmlSeamTextParser.HtmlRecognitionException(Token openingElement, RecognitionException wrappedException)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.String getMessage()
           
 Token getOpeningElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlSeamTextParser.HtmlRecognitionException

public HtmlSeamTextParser.HtmlRecognitionException(Token openingElement,
                                                   RecognitionException wrappedException)
Method Detail

getOpeningElement

public Token getOpeningElement()

getMessage

public java.lang.String getMessage()

getCause

public java.lang.Throwable getCause()


Copyright © 2009. All Rights Reserved.