|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.emf.compare.EMFCompareException
public class EMFCompareException
Exception thrown when a comparison launched from the GUI fails.
Constructor Summary | |
---|---|
EMFCompareException(java.lang.String message)
Constructs a new runtime exception with the specified detail message. |
|
EMFCompareException(java.lang.Throwable exception)
Constructs a new runtime exception wrapped around another exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 EMFCompareException(java.lang.String message)
message
- The detail message. The detail message is saved for later retrieval by the
Throwable.getMessage()
method.public EMFCompareException(java.lang.Throwable exception)
exception
- Exception to wrap within this new one.
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |