org.broadleafcommerce.common.extensibility.context.merge.exceptions
Class MergeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.common.extensibility.context.merge.exceptions.MergeException
All Implemented Interfaces:
Serializable

public class MergeException
extends Exception

This exception is thrown when a problem is encountered during the actual merge of the source and patch documents.

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
MergeException()
           
MergeException(String arg0)
           
MergeException(String arg0, Throwable arg1)
           
MergeException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MergeException

public MergeException()

MergeException

public MergeException(String arg0,
                      Throwable arg1)

MergeException

public MergeException(String arg0)

MergeException

public MergeException(Throwable arg0)


Copyright © 2012. All Rights Reserved.