net.sf.cobol2j
Class FieldParseException

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

public class FieldParseException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
FieldParseException(byte[] oD, FieldFormat fF, java.lang.Throwable cause)
           
FieldParseException(java.lang.String msg, byte[] oD, FieldFormat fF, java.lang.Throwable cause)
           
 
Method Summary
 FieldFormat getFieldFormat()
           
 byte[] getOryginalData()
           
 
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

FieldParseException

public FieldParseException(byte[] oD,
                           FieldFormat fF,
                           java.lang.Throwable cause)

FieldParseException

public FieldParseException(java.lang.String msg,
                           byte[] oD,
                           FieldFormat fF,
                           java.lang.Throwable cause)
Method Detail

getOryginalData

public byte[] getOryginalData()

getFieldFormat

public FieldFormat getFieldFormat()


Copyright © 2009. All Rights Reserved.