+ AbstractMethodError (indicates that an application tries to call an
abstract method)
+ ArithmeticException (indicates that an exceptional arithmetic
condition has occured)
+ Boolean (wraps a value of the primitive type bool in an object)
+ Byte, safe::Byte (wraps a value of primitive type byte_t in an object)
+ Double, safe::Double (wraps a value of primitive type double in an
object)
+ Float, safe::Float (wraps a value of primitive type float in an
object)
+ Integer, safe::Integer (wraps a value of primitive type int_t in an
object)
+ Long, safe::Long (wraps a value of primitive type long_t in an object)
+ Number (the superclass of classes BigDecimal, BigInteger, Byte,
Double,Float, Integer, Long and Short)
+ NumberFormatException (indicates that an application has attempted to
convert a string to a numeric type, but that the string does not have
the appropriate format)
+ Short, safe::Short (wraps a value of primitive type short_t in an
object)... read more
This is the first public release.
See http://www.dune.home.pl/ for more information about it.
Starting the new branch 0.1.1 of ALDE libraries. The class/type identification mechanisms were completely rewritten, so actually only base classes (Object, Class, Type and TypeProperty) are present - the rest of them (previously in 0.1.0) are not yet available. Additionally the "safe versions" of the classes were introduced -this kind of classes have a full support for exceptions handling and they may be used in a place of "normal" classes for testing and debugging.
First snapshot of ALDE libraries (alde-core) is available on http://ftp.dune.home.pl/pub/alde/snapshots/
Additionaly you may browse the online HTML reference documentation on http://ftp.dune.home.pl/pub/alde/docs/index.html
Mariusz