net.sf.cobol2j
Class FieldParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.cobol2j.FieldParseException
- All Implemented Interfaces:
- java.io.Serializable
public class FieldParseException
- extends java.lang.Exception
- See Also:
- Serialized Form
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 |
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)
getOryginalData
public byte[] getOryginalData()
getFieldFormat
public FieldFormat getFieldFormat()
Copyright © 2009. All Rights Reserved.