|
|||||||||||
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.codehaus.cargo.util.CargoException
org.codehaus.cargo.module.merge.MergeException
Class for various exceptions happening within merges.
Constructor Summary | |
MergeException(java.lang.String string)
|
|
MergeException(java.lang.String string,
java.lang.Throwable e)
|
Methods inherited from class org.codehaus.cargo.util.CargoException |
getOriginalThrowable, printStackTrace, printStackTrace, printStackTrace |
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 MergeException(java.lang.String string)
string
- in string to describe the exceptionpublic MergeException(java.lang.String string, java.lang.Throwable e)
string
- in string to describe the exceptione
- in exception causing error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |