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