KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > IllegalArgumentException > Top Examples

  • org.apache.commons.beanutils.PropertyUtilsTestCase
    <p>Test Case for the PropertyUtils class. The majority of these tests use instances of the TestBean class, so be sure to update the tests if you change the characteristics of that class.</p> <p>So far, this test case has tests for the following methods of the <code>Proper ...
  • org.apache.commons.beanutils.DynaPropertyUtilsTestCase
    Test accessing DynaBeans transparently via PropertyUtils. @author Craig R. McClanahan @version $Revision: 1.12 $ $Date: 2004/02/28 13:18:36 $
  • org.eclipse.ui.actions.ActionFactory
    Access to standard actions provided by the workbench. <p> Most of the functionality of this class is provided by static methods and fields. Example usage: <pre> MenuManager menu = ...; ActionFactory.IWorkbenchAction closeEditorAction = ActionFactory.CLOSE.create(window); menu.add(clos ...
  • com.opensymphony.workflow.designer.beanutils.PropertyUtilsBean
    Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects. Much of this code was originally included in <code>BeanUtils</code>, but has been separated because of the volume of code involved. <p/> In general, the ob ...
  • org.znerd.xmlenc.XMLOutputter
    Stream-based XML outputter. Instances of this class are able to write XML output to {@link Writer Writers}. <h3>Standards compliance</h3> This class is intended to produce output that conforms to the <a HREF="http://www.w3.org/TR/2000/REC-xml-20001006">XML 1.0 Specification< ...
  • test.compliance.relation.RelationServiceTestCase
    Relation Service tests TODO test internal relations TODO test relations as mbeans in roles TODO test multiple relation services (avoid future mods adding static data) @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>.
  • org.objectweb.asm.util.CheckMethodAdapter
    A {@link MethodAdapter} that checks that its methods are properly used. More precisely this code adapter checks each instruction individually (i.e., each visit method checks some preconditions based <i>only</i> on its arguments - such as the fact that the given opcode is correct for a ...
  • org.apache.commons.math.stat.inference.TTestImpl
    Implements t-test statistics defined in the {@link TTest} interface. <p> Uses commons-math {@link org.apache.commons.math.distribution.TDistribution} implementation to estimate exact p-values. @version $Revision$ $Date: 2005-05-01 22:14:49 -0700 (Sun, 01 May 2005) $
  • Olj.impl.OljFactoryImpl
    <!-- begin-user-doc --> An implementation of the model <b>Factory</b>. <!-- end-user-doc --> @generated
  • org.apache.commons.collections.TestPredicateUtils
    Tests the org.apache.commons.collections.PredicateUtils class. @since Commons Collections 3.0 @version $Revision: 1.8 $ $Date: 2004/03/13 16:34:46 $ @author Stephen Colebourne
  • org.apache.commons.lang.ValidateTest
    Unit tests {@link org.apache.commons.lang.util.Validate}. @author Stephen Colebourne @author Norm Deane @version $Id: ValidateTest.java 155423 2005-02-26 13:08:30Z dirkv $
  • org.springframework.beans.propertyeditors.CustomEditorTests
    @author Juergen Hoeller @since 10.06.2003
  • org.eclipse.jdt.core.dom.AST
    Umbrella owner and abstract syntax tree node factory. An <code>AST</code> instance serves as the common owner of any number of AST nodes, and as the factory for creating new AST nodes owned by that instance. <p> Abstract syntax trees may be hand constructed by clients, using the ...
  • com.sleepycat.collections.test.CollectionTest
    @author Mark Hayes
  • org.apache.commons.math.linear.BigMatrixImpl
    Implementation for {@link BigMatrix} using a BigDecimal[][] array to store entries and <a HREF="http://www.math.gatech.edu/~bourbaki/math2601/Web-notes/2num.pdf"> LU decompostion</a> to support linear system solution and inverse. <p> The LU decompostion is performed as needed, to ...
  • org.apache.commons.math.stat.inference.TestUtilsTest
    Test cases for the TestUtils class. @version $Revision$ $Date: 2005-07-04 16:30:05 -0700 (Mon, 04 Jul 2005) $
  • org.apache.commons.httpclient.cookie.CookieSpecBase
    Cookie management functions shared by all specification. @author B.C. Holmes @author <a HREF="mailto:jericho@thinkfree.com">Park, Sung-Gu</a> @author <a HREF="mailto:dsale@us.britannica.com">Doug Sale</a> @author Rod Waldhoff @author dIon Gillard @author Sean C. Sullivan ...
  • org.jfree.data.general.DatasetUtilities
    A collection of useful static methods relating to datasets.
  • net.sf.saxon.TransformerFactoryImpl
    A TransformerFactoryImpl instance can be used to create Transformer and Template objects. <p>The system property that determines which Factory implementation to create is named "javax.xml.transform.TransformerFactory". This property names a concrete subclass of the TransformerFactory abstra ...
  • test.compliance.openmbean.OpenMBeanAttributeInfoSupportTestCase
    Open MBean Attribute Info tests.<p> @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>.
  • org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl
    <p>Representation for W3C XML Schema 1.0 date/time datatypes. Specifically, these date/time datatypes are {@link DatatypeConstants#DATETIME dateTime}, {@link DatatypeConstants#TIME time}, {@link DatatypeConstants#DATE date}, {@link DatatypeConstants#GYEARMONTH gYearMonth}, {@link DatatypeCon ...
  • stockquote.wsifservice.GetQuoteOutputMessage
  • org.apache.commons.modeler.BaseModelMBean
    TODO: enable ant-like substitutions ? ( or at least discuss it ) <p>Basic implementation of the <code>ModelMBean</code> interface, which supports the minimal requirements of the interface contract.</p> <p>This can be used directly to wrap an existing java bean, or in ...
  • org.apache.bsf.util.ReflectionUtils
    This file is a collection of reflection utilities. There are utilities for creating beans, getting bean infos, setting/getting properties, and binding events. @author Sanjiva Weerawarana @author Joseph Kesselman
  • org.apache.xml.utils.synthetic.reflection.Field
    A Field provides information about, and dynamic access to, a single field of a class or an interface. The reflected field may be a class (static) field or an instance field. <p> A Field permits widening conversions to occur during a get or set access operation, but throws an IllegalArgumentE ...
  • org.apache.xerces.jaxp.datatype.DurationImpl
    <p>Immutable representation of a time span as defined in the W3C XML Schema 1.0 specification.</p> <p>A Duration object represents a period of Gregorian time, which consists of six fields (years, months, days, hours, minutes, and seconds) plus a sign (+/-) field.</p> < ...
  • org.apache.myfaces.context.servlet.ServletExternalContextImpl
    JSF 1.0 PRD2, 6.1.1 @author Manfred Geiler (latest modification by $Author: matzew $) @author Anton Koinov @version $Revision: 1.19 $ $Date: 2005/01/26 17:03:11 $ Revision 1.11 Sylvain Vieujot Forward the message when an exception is thrown in dispatch
  • org.eclipse.emf.ecore.util.BasicFeatureMap
  • org.jfree.chart.ChartUtilities
    A collection of utility methods for JFreeChart. Includes methods for converting charts to image formats (PNG and JPEG) plus creating simple HTML image maps.
  • test.compliance.openmbean.CompositeTypeTestCase
    Composite type tests.<p> @author <a HREF="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock</a>.
  • com.sleepycat.collections.DataView
    Represents a Berkeley DB database and adds support for indices, bindings and key ranges. <p>This class defines a view and takes care of reading and updating indices, calling bindings, constraining access to a key range, etc.</p> @author Mark Hayes Used for all operations via this vi ...
  • org.jdesktop.jdic.filetypes.Association
    This class represents a file type association. <P> A file type association contains a description, the MIME type, file extensions, icon file, actions which are represented by <code>Action</code> objects, and stored MIME file name for Gnome/UNIX platforms. <p> An association ...
  • org.apache.commons.lang.enums.EnumUtilsTest
    Test cases for the {@link Enum} class. @author <a HREF="mailto:scolebourne@joda.org">Stephen Colebourne</a> @version $Id: EnumUtilsTest.java 161244 2005-04-14 06:16:36Z ggregory $
  • org.exolab.jms.common.uuid.UUIDGenerator
    Universally Unique Identifier (UUID) generator. <p> A UUID is an identifier that is unique across both space and time, with respect to the space of all UUIDs. A UUID can be used for objects with an extremely short lifetime, and to reliably identifying very persistent objects across a network ...
  • org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
    Stores all rewrite events, descriptions of events and knows which nodes are copy or move sources or tracked.
  • org.apache.geronimo.gbean.GBeanName
    Class that represents the name for a GBean. A name is comprised of a domain combined with one or more properties. The domain is a fixed base name, properties qualify that as necessary. Two names are equal if they have the same name and the same properties. The String representation of a name can b ...
  • org.jboss.iiop.rmi.Util
    This is a RMI/IIOP metadata conversion utility class. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07). @author <a HREF="mailto:osh@sparre.dk">Ole Husgaard</a> @version $Revision: 1.8 $
  • org.quartz.SimpleTrigger
    <p> A concrete <code>{@link Trigger}</code> that is used to fire a <code>{@link org.quartz.JobDetail}</code> at a given moment in time, and optionally repeated at a specified interval. </p> @see Trigger @see CronTrigger @see TriggerUtils @author James House @a ...
  • org.apache.commons.httpclient.HttpConnection
    An abstraction of an HTTP {@link InputStream} and {@link OutputStream} pair, together with the relevant attributes. <p> The following options are set on the socket before getting the input/output streams in the {@link #open()} method: <table border=1><tr> <th>Socket Method ...
  • com.sleepycat.je.log.FileReader
    A FileReader is an abstract class that traverses the log files, reading in chunks of the file at a time. Concrete subclasses perform a particular action to each entry.
  • org.apache.hivemind.lib.util.TestStrategyRegistry
    Tests the {@link org.apache.hivemind.lib.util.StrategyRegistryImpl} class. @author Howard Lewis Ship @since 1.1
  • org.apache.pluto.portlet.ActionRequestWrapper
Popular Tags