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

Quick Search    Search Deep

org.jeteam.util.exception: Javadoc index of package org.jeteam.util.exception.


Package Samples:

org.jeteam.util.exception

Classes:

JeteamException: This exception is the base class of all business exceptions thrown in the JETeam project. This exception encapsulates an i18n context message key and a set of parameters, the context key should be used to lookup a message in a real human language, the parameters will be inserted as the message should also be in java.text.MessageFormat format. It should not be instantiated directly, rather is should be extended (that's why it has been declared abstract). Clients that encounter an exception like this should catch it, resolve the message key to a resource bundle, pass the parameters into the message ...

Home | Contact Us | Privacy Policy | Terms of Service