org.apache.avro
Class AvroRuntimeException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.apache.avro.AvroRuntimeException
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
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
AvroRuntimeException
public AvroRuntimeException(Throwable cause)
AvroRuntimeException
public AvroRuntimeException(String message)
AvroRuntimeException
public AvroRuntimeException(String message,
                            Throwable cause)
Copyright © 2010 The Apache Software Foundation