|
|||||||||
| 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.opends.server.admin.AdminRuntimeException
org.opends.server.admin.PropertyException
org.opends.server.admin.IllegalPropertyValueStringException
public class IllegalPropertyValueStringException
Thrown to indicate that a property value string was invalid according to its associated property definition.
| Constructor Summary | |
|---|---|
IllegalPropertyValueStringException(PropertyDefinition<?> pd,
java.lang.String value)
Create a new illegal property value string exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getIllegalValueString()
Get the illegal property value string that caused the exception. |
| Methods inherited from class org.opends.server.admin.PropertyException |
|---|
getPropertyDefinition |
| Methods inherited from class org.opends.server.admin.AdminRuntimeException |
|---|
getMessageObject |
| 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 |
| Constructor Detail |
|---|
public IllegalPropertyValueStringException(PropertyDefinition<?> pd,
java.lang.String value)
pd - The property definition.value - The illegal property value string.| Method Detail |
|---|
public final java.lang.String getIllegalValueString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||