org.apache.avro
Class AvroRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.avro.AvroRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AvroTypeException, SchemaParseException

public class AvroRuntimeException
extends RuntimeException

Base Avro exception.

See Also:
Serialized Form

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

AvroRuntimeException

public AvroRuntimeException(Throwable cause)

AvroRuntimeException

public AvroRuntimeException(String message)

AvroRuntimeException

public AvroRuntimeException(String message,
                            Throwable cause)


Copyright © 2010 The Apache Software Foundation