org.exist.collections
Class CollectionConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.exist.collections.CollectionConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class CollectionConfigurationException
extends java.lang.Exception

Author:
wolf
See Also:
Serialized Form

Constructor Summary
CollectionConfigurationException()
           
CollectionConfigurationException(java.lang.String message)
           
CollectionConfigurationException(java.lang.String message, java.lang.Throwable cause)
           
CollectionConfigurationException(java.lang.Throwable cause)
           
 
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

CollectionConfigurationException

public CollectionConfigurationException()

CollectionConfigurationException

public CollectionConfigurationException(java.lang.String message)
Parameters:
message -

CollectionConfigurationException

public CollectionConfigurationException(java.lang.Throwable cause)
Parameters:
cause -

CollectionConfigurationException

public CollectionConfigurationException(java.lang.String message,
                                        java.lang.Throwable cause)
Parameters:
message -
cause -


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.