|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.jdtaus.core.container.IllegalPropertyTypeException
public class IllegalPropertyTypeException
Gets thrown for type collisions of inherited properties, implemented properties, or dependency properties.
| Constructor Summary | |
|---|---|
IllegalPropertyTypeException(String name,
Class type,
Class expectedType)
Creates a new instance of IllegalPropertyTypeException taking a
property name and the illegal type. |
|
| Method Summary | |
|---|---|
Class |
getExpectedType()
Gets the expected type of the property. |
String |
getName()
Gets the name of the property with illegal type. |
Class |
getType()
Gets the illegal type of the property. |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IllegalPropertyTypeException(String name,
Class type,
Class expectedType)
IllegalPropertyTypeException taking a
property name and the illegal type.
name - the name of the property with illegal type.type - the illegal type of the property with name name.expectedType - the expected type of the property with name
name.| Method Detail |
|---|
public Class getExpectedType()
public String getName()
public Class getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||