net.sf.cobol2j
Class RecordParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.cobol2j.RecordParseException
All Implemented Interfaces:
java.io.Serializable

public class RecordParseException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RecordParseException(java.lang.String msg, java.util.List rDef, java.util.List pRec, java.lang.Throwable cause)
           
 
Method Summary
 byte[] getFieldData()
           
 java.util.List getPartialRecord()
           
 java.util.List getRecordDef()
           
 
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

RecordParseException

public RecordParseException(java.lang.String msg,
                            java.util.List rDef,
                            java.util.List pRec,
                            java.lang.Throwable cause)
Method Detail

getPartialRecord

public java.util.List getPartialRecord()

getRecordDef

public java.util.List getRecordDef()

getFieldData

public byte[] getFieldData()


Copyright © 2009. All Rights Reserved.