Home | History | Annotate | Download | only in LzmaAlone

Lines Matching refs:exception

48 			throw (new Exception("can't Write"));

52 throw (new Exception("can't Seek"));
56 throw (new Exception("can't SetLength"));
115 throw (new Exception("Command line error"));
213 throw (new Exception("Not implemeted"));
226 throw (new Exception("Not implemeted"));
325 throw (new Exception("input .lzma is too short"));
331 throw (new Exception("can't train"));
338 throw (new Exception("Can't Read 1"));
345 throw (new Exception("Command Error"));
356 catch (Exception e)
358 Console.WriteLine("{0} Caught exception #1.", e);