|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.pendingcheckin.CheckinNoteFailure
public class CheckinNoteFailure
Describes how a check-in note failed to pass the evaluation checks.
Constructor Summary | |
---|---|
CheckinNoteFailure(CheckinNoteFieldDefinition definition,
java.lang.String message)
|
Method Summary | |
---|---|
CheckinNoteFieldDefinition |
getDefinition()
|
java.lang.String |
getMessage()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckinNoteFailure(CheckinNoteFieldDefinition definition, java.lang.String message)
definition
- the checkin note definition that failed (must not be
null
)message
- the error message (must not be null
or empty).Method Detail |
---|
public CheckinNoteFieldDefinition getDefinition()
public java.lang.String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |