org.codehaus.cargo.module.merge
Class MergeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.codehaus.cargo.util.CargoException
                  extended byorg.codehaus.cargo.module.merge.MergeException
All Implemented Interfaces:
java.io.Serializable

public class MergeException
extends org.codehaus.cargo.util.CargoException

Class for various exceptions happening within merges.

Version:
$Id: $
See Also:
Serialized Form

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

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-2007 Codehaus. All Rights Reserved.