org.jboss.seam.text
Class SeamTextParser.HtmlRecognitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by antlr.ANTLRException
              extended by antlr.RecognitionException
                  extended by org.jboss.seam.text.SeamTextParser.HtmlRecognitionException
All Implemented Interfaces:
Serializable
Enclosing class:
SeamTextParser

public class SeamTextParser.HtmlRecognitionException
extends antlr.RecognitionException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class antlr.RecognitionException
column, fileName, line
 
Constructor Summary
SeamTextParser.HtmlRecognitionException(antlr.Token openingElement, antlr.RecognitionException wrappedException)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 antlr.Token getOpeningElement()
           
 
Methods inherited from class antlr.RecognitionException
getColumn, getErrorMessage, getFilename, getLine, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SeamTextParser.HtmlRecognitionException

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

getOpeningElement

public antlr.Token getOpeningElement()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable