public class

InvalidPropertyTypeException

extends PropertyException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.opensymphony.module.propertyset.PropertyException
           ↳ com.opensymphony.module.propertyset.InvalidPropertyTypeException

Class Overview

Thrown if a property is attempted to be retrieved that does exist but is of different type.

Summary

Public Constructors
InvalidPropertyTypeException()
InvalidPropertyTypeException(String msg)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidPropertyTypeException ()

public InvalidPropertyTypeException (String msg)