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, getLineaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic DetailedSemanticException(String message)
public String toString()
toString in class antlr.RecognitionExceptionpublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwables - the print stream.public void printStackTrace(PrintWriter w)
printStackTrace in class Throwablew - the print writer.sCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.