org.jboss.seam.text
Class SeamTextParser.HtmlRecognitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
antlr.ANTLRException
antlr.RecognitionException
org.jboss.seam.text.SeamTextParser.HtmlRecognitionException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- SeamTextParser
public class SeamTextParser.HtmlRecognitionException
- extends antlr.RecognitionException
- See Also:
- Serialized Form
| Fields inherited from class antlr.RecognitionException |
column, fileName, line |
| 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 |
SeamTextParser.HtmlRecognitionException
public SeamTextParser.HtmlRecognitionException(antlr.Token openingElement,
antlr.RecognitionException wrappedException)
getOpeningElement
public antlr.Token getOpeningElement()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause in class java.lang.Throwable
Copyright © 2011 Seam Framework. All Rights Reserved.