com.calitha.exception
Class MissingFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.calitha.exception.MissingFieldException
All Implemented Interfaces:
Serializable

public class MissingFieldException
extends Exception

This exception is used when a field is missing when loading to a persistent object.

Author:
Robert van Loenhout
See Also:
XMLPersistent, Serialized Form

Constructor Summary
MissingFieldException(String message)
           
MissingFieldException(String message, Exception e)
           
 
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

MissingFieldException

public MissingFieldException(String message)

MissingFieldException

public MissingFieldException(String message,
                             Exception e)