org.kitesdk.data
Class SchemaValidationException

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.ValidationException
                      extended by org.kitesdk.data.SchemaValidationException
All Implemented Interfaces:
Serializable

Deprecated. will be removed in 0.15.0; use ValidationException.

@Deprecated
public class SchemaValidationException
extends ValidationException

Exception thrown to indicate that there is a problem parsing or validating a schema.

Since:
0.9.0
See Also:
Serialized Form

Constructor Summary
SchemaValidationException(String msg)
          Deprecated.  
SchemaValidationException(String msg, Throwable cause)
          Deprecated.  
SchemaValidationException(Throwable cause)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.kitesdk.data.ValidationException
check
 
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

SchemaValidationException

public SchemaValidationException(String msg)
Deprecated. 

SchemaValidationException

public SchemaValidationException(Throwable cause)
Deprecated. 

SchemaValidationException

public SchemaValidationException(String msg,
                                 Throwable cause)
Deprecated. 


Copyright © 2013–2014. All rights reserved.