Package org.jxmpp.stringprep
Class XmppStringprepException.MissingDomainpart
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.jxmpp.stringprep.XmppStringprepException
-
- org.jxmpp.stringprep.XmppStringprepException.MissingDomainpart
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- XmppStringprepException
public static class XmppStringprepException.MissingDomainpart extends XmppStringprepException
The input string does not contain a domainpart.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jxmpp.stringprep.XmppStringprepException
XmppStringprepException.MissingDomainpart
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XmppStringprepException.MissingDomainpart
from(String localpart, String resourcepart)
Create a new "missing domainpart" exception from the give parts.-
Methods inherited from class org.jxmpp.stringprep.XmppStringprepException
getCausingString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
from
public static XmppStringprepException.MissingDomainpart from(String localpart, String resourcepart)
Create a new "missing domainpart" exception from the give parts.- Parameters:
localpart
- the localpart.resourcepart
- the resourcepart.- Returns:
- a new "missing domanipart" exception.
-
-