| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.deegree.metadata.persistence.MetadataInspectorException
public class MetadataInspectorException
Indicates an exception that occured in the metadata inspectation.
| 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 | 
|---|
public MetadataInspectorException()
public MetadataInspectorException(String message)
MetadataInspectorException with detail message.
message - detail messagepublic MetadataInspectorException(Throwable cause)
MetadataInspectorException which wraps the causing exception.
cause - 
public MetadataInspectorException(String message,
                                  Throwable cause)
MetadataInspectorException which wraps the causing exception and provides a detail message.
message - cause - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||