org.broadleafcommerce.common.extensibility.context.merge.exceptions
Class MergeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MergeException
public MergeException()
MergeException
public MergeException(String arg0,
Throwable arg1)
MergeException
public MergeException(String arg0)
MergeException
public MergeException(Throwable arg0)
Copyright © 2013. All Rights Reserved.