org.kitesdk.data
Class SchemaValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kitesdk.data.DatasetException
org.kitesdk.data.SchemaValidationException
- All Implemented Interfaces:
- Serializable
public class SchemaValidationException
- extends DatasetException
Exception thrown to indicate that there was a problem
parsing or validating a schema.
- Since:
- 0.9.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SchemaValidationException
public SchemaValidationException(String msg)
SchemaValidationException
public SchemaValidationException(Throwable cause)
SchemaValidationException
public SchemaValidationException(String msg,
Throwable cause)
Copyright © 2013–2014. All rights reserved.