org.kitesdk.data
Class SchemaNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kitesdk.data.DatasetException
                  extended by org.kitesdk.data.SchemaNotFoundException
All Implemented Interfaces:
Serializable

public class SchemaNotFoundException
extends DatasetException

Exception thrown to indicate that there is a problem finding a particular version of a schema.

Since:
0.9.0
See Also:
Serialized Form

Constructor Summary
SchemaNotFoundException(String message)
           
SchemaNotFoundException(String message, Throwable cause)
           
SchemaNotFoundException(Throwable cause)
           
 
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

SchemaNotFoundException

public SchemaNotFoundException(String message)

SchemaNotFoundException

public SchemaNotFoundException(String message,
                               Throwable cause)

SchemaNotFoundException

public SchemaNotFoundException(Throwable cause)


Copyright © 2013–2014. All rights reserved.