net.jbeans.data
Class UnsupportedTypeException

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

public class UnsupportedTypeException
extends java.lang.RuntimeException

generally describe UnsupportedTypeException in here

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

Constructor Summary
UnsupportedTypeException()
           
UnsupportedTypeException(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

UnsupportedTypeException

public UnsupportedTypeException()

UnsupportedTypeException

public UnsupportedTypeException(java.lang.String s)


Copyright © 2003 JBean project. All Rights Reserved.