com.microsoft.tfs.core.clients.webservices
Class TeamFoundationPropertyValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.microsoft.tfs.core.exceptions.TECoreException
com.microsoft.tfs.core.exceptions.InputValidationException
com.microsoft.tfs.core.clients.webservices.TeamFoundationPropertyValidationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- PropertyTypeNotSupportedException
public class TeamFoundationPropertyValidationException
- extends InputValidationException
Exception thrown when a property name or value is invalid.
- See Also:
- Serialized Form
- Since:
- TEE-SDK-11.0
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 |
TeamFoundationPropertyValidationException
public TeamFoundationPropertyValidationException(java.lang.String propertyName,
java.lang.String message)
TeamFoundationPropertyValidationException
public TeamFoundationPropertyValidationException(java.lang.String propertyName,
java.lang.String message,
java.lang.Throwable throwable)
getPropertyName
public java.lang.String getPropertyName()
setPropertyName
public void setPropertyName(java.lang.String propertyName)
© 2015 Microsoft. All rights reserved.