com.davisor.data
Class NullDataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.davisor.data.InvalidDataException
              extended bycom.davisor.data.NullDataException
All Implemented Interfaces:
java.io.Serializable

public class NullDataException
extends InvalidDataException

NullDataStringException is thrown when empty or null data cannot be successfully parsed or otherwise interpreted.

Since:
JDK1.1
See Also:
Serialized Form

Constructor Summary
NullDataException()
          Creates a new exception with no message.
NullDataException(java.lang.String message)
          Creates a new exception with a 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

NullDataException

public NullDataException()
Creates a new exception with no message.


NullDataException

public NullDataException(java.lang.String message)
Creates a new exception with a detail message.

Parameters:
message - detail message


Copyright © 2001-2004 Davisor Oy. All Rights Reserved.