Uses of Class
net.anidb.udp.DataFieldException

Packages that use DataFieldException
net.anidb.udp   
 

Uses of DataFieldException in net.anidb.udp
 

Methods in net.anidb.udp that throw DataFieldException
 java.lang.Boolean UdpResponseDataField.getValueAsBoolean()
          Returns the value as a Boolean.
 java.lang.Integer UdpResponseDataField.getValueAsInteger()
          Returns the value as an Integer.
 java.lang.Long UdpResponseDataField.getValueAsLong()
          Returns the value as a Long.
 long UdpResponseDataField.getValueAsLongValue()
          Returns the value as a long value.
 java.util.List<java.lang.Integer> UdpResponseDataField.getValuesAsInteger()
          Returns the values as Integer objects.
 java.util.List<java.lang.Long> UdpResponseDataField.getValuesAsLong()
          Returns the values as Long objects.