cz.cuni.amis.pogamut.pogamutlevelmetadata
Class NoUniqueMetaDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cuni.amis.pogamut.pogamutlevelmetadata.NoUniqueMetaDataException
- All Implemented Interfaces:
- Serializable
public class NoUniqueMetaDataException
- extends RuntimeException
Exception thrown when there are multiple candidates for a metadata object
to be returned, but only one is expected.
- Author:
- MaCe
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoUniqueMetaDataException
public NoUniqueMetaDataException(Class metadataClass,
int numOccurences)
getMetadataClass
public Class getMetadataClass()
getNumOccurences
public int getNumOccurences()
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.