net.jbeans.j3d.data
Class InvalidDataTypeException

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

public class InvalidDataTypeException
extends java.lang.RuntimeException

generally describe InvalidDataTypeException in here

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

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
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 © 1995-2004 net.jbeans. All Rights Reserved.