HomeSort by relevance Sort by last modified time
    Searched refs:ConstructionException (Results 1 - 2 of 2) sorted by null

  /external/desugar/java/com/google/devtools/common/options/
IsolatedOptionsData.java 20 import com.google.devtools.common.options.OptionsParser.ConstructionException;
204 throw new ConstructionException("Type of multiple occurrence option must be a List<...>");
208 throw new ConstructionException("Type of multiple occurrence option must be a List<...>");
255 throw new ConstructionException(
272 throw new ConstructionException(e);
403 throw new ConstructionException("Option cannot have a null name");
407 throw new ConstructionException(
420 throw new ConstructionException("Cannot find converter for field of type "
427 throw new ConstructionException("The converter type " + converter
435 throw new ConstructionException(
    [all...]
OptionsParser.java 76 public static class ConstructionException extends RuntimeException {
77 public ConstructionException(String message) {
81 public ConstructionException(Throwable cause) {
85 public ConstructionException(String message, Throwable cause) {
109 List<Class<? extends OptionsBase>> optionsClasses) throws ConstructionException {
117 List<Class<? extends OptionsBase>> optionsClasses) throws ConstructionException {
125 throw new ConstructionException(e.getMessage(), e);
136 throws ConstructionException {
144 throws ConstructionException {
153 throws ConstructionException {
    [all...]

Completed in 913 milliseconds