OpenOffice.org
XMerge API

org.openoffice.xmerge
Class MergeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.openoffice.xmerge.MergeException
All Implemented Interfaces:
java.io.Serializable

public class MergeException
extends java.lang.Exception

This Exception is thrown by merge algorithms.

See Also:
Serialized Form

Constructor Summary
MergeException(java.lang.String message)
          Exception thrown by merge algorithms.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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 message)
Exception thrown by merge algorithms.
Parameters:
message - Message to be included in the Exception.

OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org