com.sun.tdk.signaturetest.core
Class ThrowsNormalizer

java.lang.Object
  extended by com.sun.tdk.signaturetest.core.ThrowsNormalizer

public class ThrowsNormalizer
extends java.lang.Object

Normalize the throws list completely for 'src' mode


Constructor Summary
ThrowsNormalizer()
           
 
Method Summary
 void normThrows(ClassDescription c, boolean removeJLE)
           
 void normThrows(ClassDescription c, boolean removeJLE, boolean allowMissingTh)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowsNormalizer

public ThrowsNormalizer()
Method Detail

normThrows

public void normThrows(ClassDescription c,
                       boolean removeJLE)
                throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

normThrows

public void normThrows(ClassDescription c,
                       boolean removeJLE,
                       boolean allowMissingTh)
                throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException