org.embl.ebi.escience.baclava
Class NoMetadataFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.embl.ebi.escience.baclava.NoMetadataFoundException
All Implemented Interfaces:
java.io.Serializable

public class NoMetadataFoundException
extends java.lang.RuntimeException

Thrown when metadata is requested for an object, no empty metadata element is defined and there is no data stored.

Author:
Tom Oinn
See Also:
Serialized Form

Constructor Summary
NoMetadataFoundException()
           
NoMetadataFoundException(java.lang.Exception cause)
           
NoMetadataFoundException(java.lang.String message)
           
NoMetadataFoundException(java.lang.String message, java.lang.Exception cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoMetadataFoundException

public NoMetadataFoundException()

NoMetadataFoundException

public NoMetadataFoundException(java.lang.String message)

NoMetadataFoundException

public NoMetadataFoundException(java.lang.String message,
                                java.lang.Exception cause)

NoMetadataFoundException

public NoMetadataFoundException(java.lang.Exception cause)