net.jbeans.data
Class InvalidDataTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.jbeans.data.InvalidDataTypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDataTypeException
extends java.lang.RuntimeException

This exception is to indicate that the data type for the requested operation is invalid.

Version:
$Revision: 1.1.1.1 $
Author:
Masahiro Takatsuka (masa@jbeans.net)
See Also:
RuntimeException, Serialized Form

Constructor Summary
InvalidDataTypeException()
           
InvalidDataTypeException(java.lang.String s)
           
 
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

InvalidDataTypeException

public InvalidDataTypeException()

InvalidDataTypeException

public InvalidDataTypeException(java.lang.String s)


Copyright © 2003 JBean project. All Rights Reserved.