org.codehaus.cargo.module.merge
Class MergeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.cargo.util.CargoException
                  extended by org.codehaus.cargo.module.merge.MergeException
All Implemented Interfaces:
java.io.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

Constructor Summary
MergeException(java.lang.String string)
           
MergeException(java.lang.String string, java.lang.Throwable e)
           
 
Method Summary
 
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

MergeException

public MergeException(java.lang.String string)
Parameters:
string - in string to describe the exception

MergeException

public MergeException(java.lang.String string,
                      java.lang.Throwable e)
Parameters:
string - in string to describe the exception
e - in exception causing error


Copyright © 2004-2011 Codehaus. All Rights Reserved.