Class FieldNameTooLongException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.fmap.dal.exception.DataException
org.gvsig.fmap.dal.exception.WriteException
org.gvsig.fmap.dal.store.dbf.utils.FieldNameTooLongException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class FieldNameTooLongException extends org.gvsig.fmap.dal.exception.WriteException
Indicates that field name is too long for DBF file
See Also:
  • Constructor Details

    • FieldNameTooLongException

      public FieldNameTooLongException(String resource, String field)