Uses of Class
com.marringtons.string.Convert.Exception

Packages that use Convert.Exception
com.marringtons.object The Adept object package provides sophisticated object manipulation and storage, including a full-featured object database.  
com.marringtons.string Strings are as varied as the human language they represent - and require additional support for translation to/from the computer domain. 
 

Uses of Convert.Exception in com.marringtons.object
 

Methods in com.marringtons.object that throw Convert.Exception
 boolean Translator._translate_B(String from)
          Translate from a string to a boolean.
 

Uses of Convert.Exception in com.marringtons.string
 

Methods in com.marringtons.string that throw Convert.Exception
static boolean Convert.toBoolean(String string)
          Convert a string to boolean.
 int Properties.check(String key, int defaultValue)
          test numeric and retrieve an integer property, with default.
 boolean Properties.check(String key, boolean defaultValue)
          Retrieve a boolean property, with default.
 



Copyright © 2005 Paul Marrington http://library.marringtons.com