gov.sns.tools.data
Class GenericRecord.ParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gov.sns.tools.data.GenericRecord.ParseException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
GenericRecord

public class GenericRecord.ParseException
extends java.lang.RuntimeException

A runtime exception thrown while attempting to parse values stored as strings into an object of the appropriate type.

See Also:
Serialized Form

Constructor Summary
GenericRecord.ParseException(java.lang.String description)
           
 
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

GenericRecord.ParseException

public GenericRecord.ParseException(java.lang.String description)