Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.thermidor.util.exception.* (6)com.thermidor.util.file.* (3)com.thermidor.util.io.* (1)
com.thermidor.util.zip.* (1)

com.thermidor.util: Javadoc index of package com.thermidor.util.


Package Samples:

com.thermidor.util.exception
com.thermidor.util.file
com.thermidor.util.io
com.thermidor.util.zip

Classes:

ClassUtil: The purpose of the ClassUtil class is to provide utility operations for the management of class types. The lookup operation allows the the classes of primitives and array types to be retrieved in the same manners as normal java classes. The semantics of the lookup operation are similar to those of Class.forName(). class name description int maps to Integer.TYPE short maps to Short.TYPE byte maps to Byte.TYPE char maps to Character.TYPE long maps to Long.TYPE float maps to Float.TYPE double maps to double.TYPE boolean maps to Boolean.TYPE ClassName Any fully qualified class name '['+(ClassName|int|short|byte|char|long|float|double|boolean) ...
ExceptionDescriptor: The purpose of the ExceptionDescriptor is to provide a container for additional exceptioninformation that can be included in exception subclasses in those circumstances that the variety of exceptional situations is so great that the number of exception subclasses would become unmanageable. Alternatively the descriptor may be used as part of an exception processor.
GenericRuntimeException: The purpose of the GenericRuntimeException is to provied a base class for exceptions. This Exception class is similar to the new version of the Throwable class provided in version 1.4 of the J2SDK in that it provides for nested exceptions.
GenericException: The purpose of the GenericException is to provied a base class for exceptions. This Exception class is similar to the new version of the Throwable class provided in version 1.4 of the J2SDK in that it provides for nested exceptions.
GenericError: The purpose of the GenericException is to provied a base class for exceptions. This Exception class is similar to the new version of the Throwable class provided in version 1.4 of the J2SDK in that it provides for nested exceptions.
Enum: The Enum class is the abstract base class that should be used for all implementation of enumeration. It is intended that Enumerations should be generated from meta data
ValidationDescriptor: The purpose of the ValidationDescriptor class is provide a container for data validation errors that can be used in the DataValidationException and its subclasses
DataValidationException: The purpose of the DataValidationException is to provide a base class for data validation exception. The implementation of the class is closely tied to the
BufferUtil: The BufferUtil class is a utility class that provides operation for manipulating and populating buffers.
Assert: Provides an Assertion mechansim. function names based loosely on the unix test program
StringUtil: String utilities
Backup
cp
CPUtil
AppendWriter
Sear

Home | Contact Us | Privacy Policy | Terms of Service