Package org.jxmpp.strings.testframework
Class ValidJidTestresult.FailedBecauseException
- java.lang.Object
-
- org.jxmpp.strings.testframework.JidTestresult
-
- org.jxmpp.strings.testframework.ValidJidTestresult
-
- org.jxmpp.strings.testframework.ValidJidTestresult.Failed
-
- org.jxmpp.strings.testframework.ValidJidTestresult.FailedBecauseException
-
- Enclosing class:
- ValidJidTestresult
public static class ValidJidTestresult.FailedBecauseException extends ValidJidTestresult.Failed
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jxmpp.strings.testframework.ValidJidTestresult
ValidJidTestresult.Failed, ValidJidTestresult.FailedBecauseException, ValidJidTestresult.FailedBecauseMismatch, ValidJidTestresult.Successful
-
-
Field Summary
Fields Modifier and Type Field Description XmppStringprepException
xmppStringprepException
-
Fields inherited from class org.jxmpp.strings.testframework.ValidJidTestresult
jid, validJid
-
Fields inherited from class org.jxmpp.strings.testframework.JidTestresult
durationInNanos, startNanos, stopNanos, xmppStringPrepper
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FailedBecauseException(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, XmppStringprepException xmppStringprepException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.jxmpp.strings.testframework.ValidJidTestresult.Failed
buildToString
-
-
-
-
Field Detail
-
xmppStringprepException
public final XmppStringprepException xmppStringprepException
-
-
Constructor Detail
-
FailedBecauseException
protected FailedBecauseException(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, XmppStringprepException xmppStringprepException)
-
-