org.embl.ebi.escience.baclava
Class NoMetadataFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| 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 |
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)