org.kitesdk.data
Class UnknownFormatException

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.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

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

UnknownFormatException

public UnknownFormatException(String message)

UnknownFormatException

public UnknownFormatException(String message,
                              Throwable t)

UnknownFormatException

public UnknownFormatException(Throwable t)


Copyright © 2013–2014. All rights reserved.