Class GlobalPropertyValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.esri.ges.manager.globalproperty.GlobalPropertyValidationException
-
- All Implemented Interfaces:
Serializable
public class GlobalPropertyValidationException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GlobalPropertyValidationException(String propertyName, String restriction, Object badValue, Object adjustedValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getAdjustedValue()
Object
getBadValue()
String
getMessage()
String
getPropertyName()
String
getRestriction()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-