MUM.metadataService.exception
Class MetadataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byMUM.metadataService.exception.MetadataException
All Implemented Interfaces:
java.io.Serializable

public class MetadataException
extends java.lang.Exception
implements java.io.Serializable

This class define the exception launched when occurs a problem with metadata.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MetadataException(java.lang.String explanation, java.lang.Exception exception)
          The construtor accepts a string where we explain why this exception was launched
 
Method Summary
 java.lang.Exception getException()
           
 
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

MetadataException

public MetadataException(java.lang.String explanation,
                         java.lang.Exception exception)
The construtor accepts a string where we explain why this exception was launched

Method Detail

getException

public java.lang.Exception getException()


Copyright © 2004 Luca Foschini