Package org.jivesoftware.smack.parsing
Class SmackParsingException.RequiredValueMissingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smack.parsing.SmackParsingException
-
- org.jivesoftware.smack.parsing.SmackParsingException.RequiredValueMissingException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SmackParsingException.RequiredAttributeMissingException
- Enclosing class:
- SmackParsingException
public static class SmackParsingException.RequiredValueMissingException extends SmackParsingException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smack.parsing.SmackParsingException
SmackParsingException.RequiredAttributeMissingException, SmackParsingException.RequiredValueMissingException, SmackParsingException.SmackTextParseException, SmackParsingException.SmackUriSyntaxParsingException
-
-
Constructor Summary
Constructors Constructor Description RequiredValueMissingException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RequiredValueMissingException
public RequiredValueMissingException(String message)
-
-