Searched refs:TargetLostException (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DTargetLostException.java75 * } catch(TargetLostException e) {
91 public final class TargetLostException extends Exception { class in inherits:Exception
94 TargetLostException(InstructionHandle[] t, String mesg) { method in class:TargetLostException
H A DInstructionList.java702 * in this list. Throws TargetLostException when one of the removed instruction handles
709 throws TargetLostException
760 throw new TargetLostException(targeted, buf.toString());
770 public void delete(InstructionHandle ih) throws TargetLostException {
780 public void delete(Instruction i) throws TargetLostException {
798 throws TargetLostException
811 public void delete(Instruction from, Instruction to) throws TargetLostException {
H A DMethodGen.java717 } catch(TargetLostException e) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java45 import com.sun.org.apache.bcel.internal.generic.TargetLostException;
1423 catch (TargetLostException e) {
1452 catch (TargetLostException e) {
1474 catch (TargetLostException e) {
1499 catch (TargetLostException e) {
H A DStylesheet.java52 import com.sun.org.apache.bcel.internal.generic.TargetLostException;
1381 catch (TargetLostException e) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java72 import com.sun.org.apache.bcel.internal.generic.TargetLostException;
1717 } catch (TargetLostException e) {
2126 } catch (TargetLostException tle) {

Completed in 47 milliseconds