org.kitesdk.data
Class SchemaNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kitesdk.data.DatasetException
org.kitesdk.data.SchemaNotFoundException
- All Implemented Interfaces:
- Serializable
public class SchemaNotFoundException
- extends DatasetException
Exception thrown to indicate that there was a problem
finding a particular version of a schema.
- Since:
- 0.9.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SchemaNotFoundException
public SchemaNotFoundException(String message)
SchemaNotFoundException
public SchemaNotFoundException(String message,
Throwable cause)
SchemaNotFoundException
public SchemaNotFoundException(Throwable cause)
Copyright © 2013–2014. All rights reserved.