|
|||||||||
| 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.merger.MergeException
public class MergeException
Exception thrown when two AST can't be merged.
| Constructor Summary | |
|---|---|
MergeException(java.lang.String msg)
Constructs a new MergeException. |
|
MergeException(java.lang.String msg,
Node src)
Constructs a new MergeException. |
|
MergeException(java.lang.String msg,
Node src,
java.lang.Throwable e)
Constructs a new MergeException. |
|
MergeException(java.lang.String msg,
java.lang.Throwable e)
Constructs a new MergeException. |
|
MergeException(java.lang.Throwable e)
Constructs a new MergeException. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
|
Node |
getSrc()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MergeException(java.lang.String msg)
MergeException.
msg - a detail message.
public MergeException(java.lang.String msg,
Node src)
MergeException.
msg - a detail message.src - where the error is located.public MergeException(java.lang.Throwable e)
MergeException.
e - the exception that caused this exception.
public MergeException(java.lang.String msg,
java.lang.Throwable e)
MergeException.
msg - a detail message.e - the exception that caused this exception.
public MergeException(java.lang.String msg,
Node src,
java.lang.Throwable e)
MergeException.
msg - a detail message.src - where the error is located.e - the exception that caused this exception.| Method Detail |
|---|
public Node getSrc()
null.public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||