|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kitesdk.data.DatasetException
org.kitesdk.data.MetadataProviderException
DatasetException instead.
@Deprecated public class MetadataProviderException
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.
MetadataProvider,
Serialized Form| Constructor Summary | |
|---|---|
MetadataProviderException()
Deprecated. |
|
MetadataProviderException(String message)
Deprecated. |
|
MetadataProviderException(String message,
Throwable t)
Deprecated. |
|
MetadataProviderException(Throwable t)
Deprecated. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MetadataProviderException()
public MetadataProviderException(String message)
public MetadataProviderException(String message,
Throwable t)
public MetadataProviderException(Throwable t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||