|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.fractal.adl.ADLException
Thrown when an error occurs during the analysis of an ADL definition.
Constructor Summary | |
ADLException(String msg,
Node src)
Constructs a new ParserException . |
|
ADLException(String msg,
Node src,
Exception e)
Constructs a new ParserException . |
Method Summary | |
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ADLException(String msg, Node src)
ParserException
.
msg
- a detail message.src
- where the error is located.public ADLException(String msg, Node src, Exception e)
ParserException
.
msg
- a detail message.src
- where the error is located.e
- the exception that caused this exception.Method Detail |
public void printStackTrace()
public void printStackTrace(PrintStream s)
s
- PrintStream to use for output.public void printStackTrace(PrintWriter s)
s
- PrintWriter to use for output.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |