|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.esri.gpt.framework.context.ApplicationException com.esri.gpt.catalog.schema.SchemaException com.esri.gpt.catalog.schema.ValidationException
public class ValidationException
An exception encountered while validating a schema.
Constructor Summary | |
---|---|
ValidationException(String key,
String msg,
ValidationErrors errors)
Construct based upon an error message. |
Method Summary | |
---|---|
String |
getKey()
Gets schema key. |
ValidationErrors |
getValidationErrors()
Gets the validation errors. |
void |
setKey(String key)
Sets schema key. |
protected void |
setValidationErrors(ValidationErrors errors)
Sets the validation errors. |
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 ValidationException(String key, String msg, ValidationErrors errors)
key
- schema keymsg
- the error messageerrors
- Method Detail |
---|
public String getKey()
public void setKey(String key)
key
- schema keypublic ValidationErrors getValidationErrors()
protected void setValidationErrors(ValidationErrors errors)
errors
- the validation errors
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |