org.objectweb.fractal.adl
Class ParserException
Exception
org.objectweb.fractal.adl.ParserException
public class ParserException
extends Exception
Thrown when an error occurs during the parsing of a file.
void | printStackTrace() - Prints the stack backtrace.
|
void | printStackTrace(PrintStream s) - Prints this exception and its backtrace to the specified print stream.
|
void | printStackTrace(PrintWriter s) - Prints this exception and its backtrace to the specified print writer.
|
ParserException
public ParserException(String msg,
Exception e)
msg
- a detail message.e
- the exception that caused this exception.
printStackTrace
public void printStackTrace()
Prints the stack backtrace.
printStackTrace
public void printStackTrace(PrintStream s)
Prints this exception and its backtrace to the specified print stream.
s
- PrintStream to use for output.
printStackTrace
public void printStackTrace(PrintWriter s)
Prints this exception and its backtrace to the specified print writer.
s
- PrintWriter to use for output.