Skip navigation links
com.bea.wlevs.ede.api
Class IllegalPropertyException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.bea.wlevs.ede.api.ConfigurationException
|
+--com.bea.wlevs.ede.api.IllegalPropertyException
- public class IllegalPropertyException
- extends ConfigurationException
Exception raised when a component property is configureed with an illegal value
- 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 |
IllegalPropertyException
public IllegalPropertyException()
IllegalPropertyException
public IllegalPropertyException(java.lang.String message)
IllegalPropertyException
public IllegalPropertyException(java.lang.String message,
java.lang.Throwable cause)
IllegalPropertyException
public IllegalPropertyException(java.lang.Throwable cause)
IllegalPropertyException
public IllegalPropertyException(java.lang.String message,
java.lang.String stage)
IllegalPropertyException
public IllegalPropertyException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String stage)
IllegalPropertyException
public IllegalPropertyException(java.lang.Throwable cause,
java.lang.String stage)