public class DetailedSemanticException
extends antlr.SemanticException
Constructor and Description |
---|
DetailedSemanticException(java.lang.String message) |
DetailedSemanticException(java.lang.String s,
java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace()
Prints a stack trace.
|
void |
printStackTrace(java.io.PrintStream s)
Prints a stack trace to the specified print stream.
|
void |
printStackTrace(java.io.PrintWriter w)
Prints this throwable and its backtrace to the specified print writer.
|
java.lang.String |
toString()
Converts everything to a string.
|
getColumn, getErrorMessage, getFilename, getLine
public DetailedSemanticException(java.lang.String message)
public DetailedSemanticException(java.lang.String s, java.lang.Throwable e)
public java.lang.String toString()
toString
in class antlr.RecognitionException
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
s
- the print stream.public void printStackTrace(java.io.PrintWriter w)
printStackTrace
in class java.lang.Throwable
w
- the print writer.sCopyright © 2001-2012 Red Hat, Inc. All Rights Reserved.