Uses of Class
in.srain.binpack.BinPackException

Uses of BinPackException in in.srain.binpack
 

Methods in in.srain.binpack that return BinPackException
static BinPackException BinPackType.typeMismatch(java.lang.Object indexOrName, java.lang.Object actual, java.lang.String requiredType)
           
static BinPackException BinPackType.typeMismatch(java.lang.Object actual, java.lang.String requiredType)
           
 

Methods in in.srain.binpack that throw BinPackException
 java.lang.Object BinList.get(int index)
          Returns the value at index.
 java.lang.Object BinDict.get(java.lang.String name)
           
 boolean BinList.getBoolean(int index)
          Returns the value at index if it exists and is a boolean or can be coerced to a boolean.
 boolean BinDict.getBoolean(java.lang.String name)
           
 byte BinList.getByte(int index)
          Returns the value at index if it exists and is a byte or can be coerced to an byte.
 byte BinDict.getByte(java.lang.String name)
          Returns the value mapped by name if it exists and is a byte or can be coerced to a byte.
 BinDict BinList.getDict(int index)
           
 BinDict BinDict.getDict(java.lang.String name)
           
 double BinList.getDouble(int index)
          Returns the value at index if it exists and is a double or can be coerced to a double.
 double BinDict.getDouble(java.lang.String name)
           
 int BinList.getInt(int index)
          Returns the value at index if it exists and is an int or can be coerced to an int.
 int BinDict.getInt(java.lang.String name)
          Returns the value mapped by name if it exists and is an int or can be coerced to an int.
 BinList BinList.getList(int index)
          Returns the value at index if it exists and is a BinList.
 BinList BinDict.getList(java.lang.String name)
           
 long BinList.getLong(int index)
          Returns the value at index if it exists and is a long or can be coerced to a long.
 long BinDict.getLong(java.lang.String name)
          Returns the value mapped by name if it exists and is a long or can be coerced to a long.
 short BinList.getShort(int index)
          Returns the value at index if it exists and is a short or can be coerced to an byte.
 short BinDict.getShort(java.lang.String name)
          Returns the value mapped by name if it exists and is a short or can be coerced to a short.
 java.lang.String BinList.getString(int index)
          Returns the value at index if it exists, coercing it if necessary.
 java.lang.String BinDict.getString(java.lang.String name)
          Returns the value mapped by name if it exists, coercing it if necessary.
static BinPackException BinPackType.typeMismatch(java.lang.Object indexOrName, java.lang.Object actual, java.lang.String requiredType)
           
static BinPackException BinPackType.typeMismatch(java.lang.Object actual, java.lang.String requiredType)
           
 

Constructors in in.srain.binpack that throw BinPackException
BinDict(byte[] bs, java.lang.String charsetName)
           
BinList(byte[] bs, java.lang.String charsetName)
           
 



Copyright © 2014. All Rights Reserved.