org.apache.avro
Class SchemaParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.avro.AvroRuntimeException
                  extended by org.apache.avro.SchemaParseException
All Implemented Interfaces:
Serializable

public class SchemaParseException
extends AvroRuntimeException

Thrown for errors parsing schemas and protocols.

See Also:
Serialized Form

Constructor Summary
SchemaParseException(String message)
           
SchemaParseException(Throwable cause)
           
 
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

SchemaParseException

public SchemaParseException(Throwable cause)

SchemaParseException

public SchemaParseException(String message)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.