org.kitesdk.data
Class TypeNotFoundException

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.TypeNotFoundException
All Implemented Interfaces:
Serializable

public class TypeNotFoundException
extends DatasetException

Exception thrown to indicate that there is a problem finding a given type.

Since:
0.15.0
See Also:
Serialized Form

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

TypeNotFoundException

public TypeNotFoundException(String message)

TypeNotFoundException

public TypeNotFoundException(String message,
                             Throwable cause)

TypeNotFoundException

public TypeNotFoundException(Throwable cause)


Copyright © 2013–2014. All rights reserved.