|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.tools.FindExceptionCtorChanges
public class FindExceptionCtorChanges
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.
Constructor Summary | |
---|---|
FindExceptionCtorChanges()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindExceptionCtorChanges()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- [0] = jdk14/rt.jar, [1] = jdk15/rt.jar
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |