org.oreodata
Class MangledDataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.oreodata.DataException
                          |
                          +--org.oreodata.MangledDataException
All Implemented Interfaces:
java.io.Serializable

public class MangledDataException
extends DataException

Thrown when there is an attempt to put a value in a record's fields that does not match the metadata description, e.g. alpha in numeric field, value out of range.

Author:
Jonathan Revusky
See Also:
Serialized Form

Constructor Summary
MangledDataException(Record record, java.lang.String s)
           
MangledDataException(java.lang.String s)
           
 
Methods inherited from class org.oreodata.DataException
getLocale, getLocalizedMessage, getNestedException, getRecord, setLocale, setRecord
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

MangledDataException

public MangledDataException(java.lang.String s)

MangledDataException

public MangledDataException(Record record,
                            java.lang.String s)