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.
- Version:
- $Id: MergeException.java 1705 2008-09-02 13:14:55Z adriana $
- See Also:
- Serialized Form
MergeException
public MergeException(String string)
- Parameters:
string
- in string to describe the exception
MergeException
public MergeException(String string,
Throwable e)
- Parameters:
string
- in string to describe the exceptione
- in exception causing error
Copyright © 2004-2012 Codehaus. All Rights Reserved.