Home | History | Annotate | Download | only in xz

Lines Matching defs:exception

25     private IOException exception = null;
51 if (exception != null)
52 throw exception;
68 exception = e;
82 if (exception != null)
83 throw exception;
94 exception = e;
100 if (exception != null)
101 throw exception;
112 exception = e;
124 exception = e;
143 if (exception == null)
144 exception = e;
150 if (exception != null)
151 throw exception;