Skip navigation links
com.bea.wlevs.ede.api
Class UnsupportedPropertyException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.bea.wlevs.ede.api.ConfigurationException
|
+--com.bea.wlevs.ede.api.UnsupportedPropertyException
- public class UnsupportedPropertyException
- extends ConfigurationException
Exception thrown when encountering unknown property names.
- See Also:
- Serialized Form
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 |
UnsupportedPropertyException
public UnsupportedPropertyException(java.lang.String message,
java.lang.String propertyName)
- Unsupported property.
-
- Parameters:
message
- Exception description
propertyName
- Offending property name
UnsupportedPropertyException
public UnsupportedPropertyException(java.lang.String message,
java.lang.String propertyName,
java.lang.Throwable cause)
- Unsupported property.
-
- Parameters:
message
- Exception description
propertyName
- Offending property name
cause
- Root cause
getPropertyName
public java.lang.String getPropertyName()