All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.wizards.registry.InvalidValueTypeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.sun.wizards.registry.InvalidValueTypeException

public class InvalidValueTypeException
extends Exception
Signals an attept to add an object of an inappropriate class to the registry.


Constructor Index

 o InvalidValueTypeException(String)
Report that the specified class type cannot be added to the registry.

Constructors

 o InvalidValueTypeException
 public InvalidValueTypeException(String className)
Report that the specified class type cannot be added to the registry.

Parameters:
className - The name of the class.

All Packages  Class Hierarchy  This Package  Previous  Next  Index