|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.checkinpolicies.PolicyFailure
com.microsoft.tfs.core.checkinpolicies.PolicyExceptionFailure
public class PolicyExceptionFailure
A type of policy evaluation failure caused by an uncaught exception in the framework. Policy implementations should not return these, so the constructors are protected.
Constructor Summary | |
---|---|
protected |
PolicyExceptionFailure(PolicyInstance policy,
PolicyContext context,
java.lang.Exception exception)
Creates a PolicyExceptionFailure |
Method Summary |
---|
Methods inherited from class com.microsoft.tfs.core.checkinpolicies.PolicyFailure |
---|
getMessage, getPolicy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PolicyExceptionFailure(PolicyInstance policy, PolicyContext context, java.lang.Exception exception)
PolicyExceptionFailure
policy
- the policy (must not be null
)context
- the context (must not be null
)exception
- the exception (must not be null
)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |