Uses of Class
org.xmpp.packet.PacketError

Packages that use PacketError
org.xmpp.packet   
 

Uses of PacketError in org.xmpp.packet
 

Methods in org.xmpp.packet that return PacketError
 PacketError Packet.getError()
          Returns the packet error, or null if there is no packet error.
 

Methods in org.xmpp.packet with parameters of type PacketError
 void Packet.setError(PacketError error)
          Sets the packet error.