jef.dna.fieldsTable.exceptions
Class FieldInfoStructureNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jef.dna.fieldsTable.exceptions.FieldInfoStructureNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class FieldInfoStructureNotFoundException
extends java.lang.Exception

This exception is thrown whenever a required FieldInfoStructure cannot be found within a FieldsTable

Author:
Francesco Russo
See Also:
Serialized Form

Constructor Summary
FieldInfoStructureNotFoundException()
          Creates a new instance of FieldInfoStructureNotFoundException without detail message.
FieldInfoStructureNotFoundException(java.lang.String msg)
          Constructs an instance of FieldInfoStructureNotFoundException with the specified detail message.
 
Method Summary
 
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

FieldInfoStructureNotFoundException

public FieldInfoStructureNotFoundException()
Creates a new instance of FieldInfoStructureNotFoundException without detail message.


FieldInfoStructureNotFoundException

public FieldInfoStructureNotFoundException(java.lang.String msg)
Constructs an instance of FieldInfoStructureNotFoundException with the specified detail message.

Parameters:
msg - the detail message.