Home
last modified time | relevance | path

Searched refs:ConverterException (Results 1 – 6 of 6) sorted by relevance

/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConvert.java366 throw new ConverterException( in checkClParameters()
380 throw new ConverterException( in checkClParameters()
392 throw new ConverterException( in checkClParameters()
433 throw new ConverterException( in checkClParameters()
446 throw new ConverterException("unknown Attribute: " in checkClParameters()
451 } catch (ConverterException e) { in checkClParameters()
495 throw new ConverterException("Source type is missing"); in createContentOfClParameters()
516 throw new ConverterException("Target type is missing"); in createContentOfClParameters()
539 } catch (ConverterException e) { in createContentOfClParameters()
H A DConverterException.java37 public class ConverterException extends Exception { class
42 public ConverterException() { in ConverterException() method in ConverterException
50 public ConverterException(String arg0) { in ConverterException() method in ConverterException
58 public ConverterException(Throwable arg0) { in ConverterException() method in ConverterException
67 public ConverterException(String arg0, Throwable arg1) { in ConverterException() method in ConverterException
H A DSDFReader.java319 } catch (ConverterException e) { in readBlock()
404 } catch (ConverterException e) { in readBlock()
501 throws ConverterException, IOException { in checkLanguage()
536 throw new ConverterException("(" + getLineNumber() in checkLanguage()
552 throw new ConverterException("found not needed language '" in checkLanguage()
H A DConverter.java180 throw new ConverterException("Unknown Source File Type: '"+sourceType+"'"); in Converter()
190 throw new ConverterException("Unknown Target File Type: '"+targetType+"'"); in Converter()
H A DDataReader.java67 public Map getData() throws java.io.IOException, ConverterException { in getData()
H A DDataHandler.java74 ConverterException { in fillDataFrom()

Completed in 56 milliseconds