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, getLinepublic DetailedSemanticException(java.lang.String message)
public DetailedSemanticException(java.lang.String s,
java.lang.Throwable e)
public java.lang.String toString()
toString in class antlr.RecognitionExceptionpublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwables - the print stream.public void printStackTrace(java.io.PrintWriter w)
printStackTrace in class java.lang.Throwablew - the print writer.sCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.