org.apache.avro
Class SchemaParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.avro.AvroRuntimeException
org.apache.avro.SchemaParseException
- All Implemented Interfaces:
- Serializable
public class SchemaParseException
- extends AvroRuntimeException
Thrown for errors parsing schemas and protocols.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SchemaParseException
public SchemaParseException(Throwable cause)
SchemaParseException
public SchemaParseException(String message)
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.