Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 92671 invoked from network); 3 Feb 2010 07:13:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2010 07:13:42 -0000 Received: (qmail 1654 invoked by uid 500); 3 Feb 2010 07:13:42 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 1402 invoked by uid 500); 3 Feb 2010 07:13:40 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 1392 invoked by uid 99); 3 Feb 2010 07:13:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 07:13:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2010 07:13:39 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 96ACA29A0019 for ; Tue, 2 Feb 2010 23:13:19 -0800 (PST) Message-ID: <1495046731.50261265181199615.JavaMail.jira@brutus.apache.org> Date: Wed, 3 Feb 2010 07:13:19 +0000 (UTC) From: "Henri Yandell (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (LANG-559) New Validate utility methods In-Reply-To: <462664778.1259645420874.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LANG-559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828988#action_12828988 ] Henri Yandell commented on LANG-559: ------------------------------------ Go with IllegalArgumentException. It was the parent class of IllegalClassException. > New Validate utility methods > ---------------------------- > > Key: LANG-559 > URL: https://issues.apache.org/jira/browse/LANG-559 > Project: Commons Lang > Issue Type: New Feature > Components: lang.* > Reporter: Paul Benedict > Assignee: Paul Benedict > Fix For: 3.0 > > > Methods for consideration: > * isInstanceOf(Class type, Object o); > * isAssignable(Class superType, Class subType); > * state(boolean condition); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.