org.kitesdk.data
Class MetadataProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kitesdk.data.DatasetException
org.kitesdk.data.MetadataProviderException
- All Implemented Interfaces:
- Serializable
public class MetadataProviderException
- extends DatasetException
Exception thrown for metadata provider-related failures.
Implementations of the MetadataProvider
interface throw this
exception if any of their operations fail. This is a runtime (unchecked)
exception.
- Since:
- 0.2.0
- See Also:
MetadataProvider
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MetadataProviderException
public MetadataProviderException()
MetadataProviderException
public MetadataProviderException(String message)
MetadataProviderException
public MetadataProviderException(String message,
Throwable t)
MetadataProviderException
public MetadataProviderException(Throwable t)
Copyright © 2013–2014. All rights reserved.