org.kitesdk.data
Class TypeNotFoundException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
org.kitesdk.data.DatasetException
                  
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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
TypeNotFoundException
public TypeNotFoundException(String message)
TypeNotFoundException
public TypeNotFoundException(String message,
                             Throwable cause)
TypeNotFoundException
public TypeNotFoundException(Throwable cause)
Copyright © 2013–2014. All rights reserved.