org.apache.avro
Class AvroTypeException

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.AvroTypeException
All Implemented Interfaces:
Serializable

public class AvroTypeException
extends AvroRuntimeException

Thrown when an illegal type is used.

See Also:
Serialized Form

Constructor Summary
AvroTypeException(String message)
           
AvroTypeException(String message, 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

AvroTypeException

public AvroTypeException(String message)

AvroTypeException

public AvroTypeException(String message,
                         Throwable cause)


Copyright © 2010 The Apache Software Foundation