Package org.codehaus.cargo.module.merge
Class MergeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.codehaus.cargo.util.CargoException
-
- org.codehaus.cargo.module.merge.MergeException
-
- All Implemented Interfaces:
Serializable
public class MergeException extends CargoException
Class for various exceptions happening within merges.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MergeException(String string)
MergeException(String string, Throwable e)
-
Method Summary
-
Methods inherited from class org.codehaus.cargo.util.CargoException
getOriginalThrowable, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-