|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.report.model.api.ModelException
org.eclipse.birt.report.model.api.activity.SemanticException
org.eclipse.birt.report.model.api.metadata.PropertyValueException
org.eclipse.birt.report.model.api.metadata.ValidationValueException
public class ValidationValueException
Indicates an invalid validation value.
| Field Summary | |
|---|---|
protected java.lang.String |
dataType
The name of the data type being validated. |
| Fields inherited from class org.eclipse.birt.report.model.api.activity.SemanticException |
|---|
element |
| Fields inherited from class org.eclipse.birt.report.model.api.ModelException |
|---|
PLUGIN_ID |
| Fields inherited from class org.eclipse.birt.core.exception.BirtException |
|---|
CANCEL, ERROR, INFO, oaMessageArguments, OK, pluginId, rb, severity, sResourceKey, WARNING |
| Constructor Summary | |
|---|---|
ValidationValueException(java.lang.Object value,
java.lang.String errCode,
java.lang.String dataType)
Constructs an exception given an invalid value, error code and the property type constants. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLocalizedMessage()
|
| Methods inherited from class org.eclipse.birt.report.model.api.metadata.PropertyValueException |
|---|
getInvalidValue, getPropertyName, setElement, setPropertyName |
| Methods inherited from class org.eclipse.birt.report.model.api.activity.SemanticException |
|---|
getElement, getElementName, getMessage |
| Methods inherited from class org.eclipse.birt.core.exception.BirtException |
|---|
getErrorCode, getLocalizedMessage, getPluginId, getSeverity, setSeverity |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String dataType
| Constructor Detail |
|---|
public ValidationValueException(java.lang.Object value,
java.lang.String errCode,
java.lang.String dataType)
value - The invalid value.errCode - description of the problemdataType - the parameter data type| Method Detail |
|---|
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class PropertyValueException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||