org.deegree.metadata.persistence
Class MetadataInspectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.metadata.persistence.MetadataInspectorException
All Implemented Interfaces:
Serializable

public class MetadataInspectorException
extends Exception

Indicates an exception that occured in the metadata inspectation.

Version:
$Revision: 27732 $, $Date: 2010-11-03 10:52:35 +0100 (Mi, 03. Nov 2010) $
Author:
Steffen Thomas, last edited by: $Author: sthomas $
See Also:
Serialized Form

Constructor Summary
MetadataInspectorException()
           
MetadataInspectorException(String message)
          Creates a new MetadataInspectorException with detail message.
MetadataInspectorException(String message, Throwable cause)
          Creates a new MetadataInspectorException which wraps the causing exception and provides a detail message.
MetadataInspectorException(Throwable cause)
          Creates a new MetadataInspectorException which wraps the causing exception.
 
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

MetadataInspectorException

public MetadataInspectorException()

MetadataInspectorException

public MetadataInspectorException(String message)
Creates a new MetadataInspectorException with detail message.

Parameters:
message - detail message

MetadataInspectorException

public MetadataInspectorException(Throwable cause)
Creates a new MetadataInspectorException which wraps the causing exception.

Parameters:
cause -

MetadataInspectorException

public MetadataInspectorException(String message,
                                  Throwable cause)
Creates a new MetadataInspectorException which wraps the causing exception and provides a detail message.

Parameters:
message -
cause -


Copyright © 2011. All Rights Reserved.