org.kitesdk.data
Class UnknownFormatException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.kitesdk.data.DatasetException
org.kitesdk.data.DatasetException
                   org.kitesdk.data.UnknownFormatException
org.kitesdk.data.UnknownFormatException
- All Implemented Interfaces: 
- Serializable
- public class UnknownFormatException 
- extends DatasetException
Exception thrown when a Dataset is in an unknown format.
- Since:
- 0.7.0
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
UnknownFormatException
public UnknownFormatException(String message)
UnknownFormatException
public UnknownFormatException(String message,
                              Throwable t)
UnknownFormatException
public UnknownFormatException(Throwable t)
Copyright © 2013–2014. All rights reserved.