|
uPortal 2.4.1 API Documentation |
|||||||||
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
org.jasig.portal.properties.BadPropertyException
This is an undeclared (Runtime) exception to be thrown by the PropertiesManager when a property is requested but cannot be parsed and returned as the desired type.
Constructor Summary | |
BadPropertyException(java.lang.String propertyName,
java.lang.String propertyValue,
java.lang.String desiredType)
Instantiate a new BadPropertyException. |
Method Summary | |
java.lang.String |
getDesiredType()
Get the desired type as which the property could not be parsed. |
java.lang.String |
getLocalizedMessage()
|
java.lang.String |
getMessage()
|
java.lang.String |
getPropertyName()
Get the name of the bad property. |
java.lang.String |
getPropertyValue()
Get the actual value of the property. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 BadPropertyException(java.lang.String propertyName, java.lang.String propertyValue, java.lang.String desiredType)
propertyName
- - the name of the propertypropertyValue
- - the bad value of the property.desiredType
- - the name of the desired type which the value wasn't, making it bad.Method Detail |
public java.lang.String getMessage()
public java.lang.String getLocalizedMessage()
public java.lang.String getDesiredType()
public java.lang.String getPropertyName()
public java.lang.String getPropertyValue()
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |