com.davisor.data
Class InvalidDataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.davisor.data.InvalidDataException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DeinterpolationException, NullDataException, NullDataStringException

public class InvalidDataException
extends java.lang.Exception

InvalidDataException is thrown when data cannot be successfully parsed or otherwise interpreted.

Since:
JDK1.1
See Also:
Serialized Form

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

InvalidDataException

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


InvalidDataException

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

Parameters:
message - detail message


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