gov.sns.tools.data
Class MissingDataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gov.sns.tools.data.DataFormatException
                          |
                          +--gov.sns.tools.data.MissingDataException
All Implemented Interfaces:
java.io.Serializable

public class MissingDataException
extends DataFormatException

See Also:
Serialized Form

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

MissingDataException

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


MissingDataException

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

Parameters:
msg - the detail message.