org.jboss.tools
Class FindExceptionCtorChanges

java.lang.Object
  extended by org.jboss.tools.FindExceptionCtorChanges

public class FindExceptionCtorChanges
extends Object

A utility class that loads all jdk1.4.2 Throwable types from the rt.jar and compares these constructor signatures to the jdk5 types to identity where new constructors taking a Throwable argument have been added.

Version:
$Revision: 200 $
Author:
Scott.Stark@jboss.org

Constructor Summary
FindExceptionCtorChanges()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindExceptionCtorChanges

public FindExceptionCtorChanges()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Parameters:
args - [0] = jdk14/rt.jar, [1] = jdk15/rt.jar
Throws:
Exception


Copyright © 2005-2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.