HomeSort by relevance Sort by last modified time
    Searched defs:ConstructorException (Results 1 - 4 of 4) sorted by null

  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
ConstructorException.java 21 public class ConstructorException extends MarkedYAMLException {
24 protected ConstructorException(String context, Mark contextMark, String problem,
29 protected ConstructorException(String context, Mark contextMark, String problem,
BaseConstructor.java 177 throw new ConstructorException(null, null, "found unconstructable recursive node",
368 throw new ConstructorException("while constructing a mapping",
399 throw new ConstructorException("while constructing a Set", node.getStartMark(),
Constructor.java 313 throw new ConstructorException("Cannot create property=" + key
347 } catch (ConstructorException e) {
350 throw new ConstructorException(null, null, "Can't construct a java object for "
360 throw new ConstructorException(null, null,
421 throw new ConstructorException(null, null,
SafeConstructor.java 113 throw new ConstructorException("while constructing a mapping",
123 throw new ConstructorException("while constructing a mapping",
379 throw new ConstructorException("while constructing an ordered map",
386 throw new ConstructorException("while constructing an ordered map",
392 throw new ConstructorException("while constructing an ordered map",
412 throw new ConstructorException("while constructing pairs", node.getStartMark(),
419 throw new ConstructorException("while constructingpairs", node.getStartMark(),
425 throw new ConstructorException("while constructing pairs", node.getStartMark(),
505 throw new ConstructorException(null, null,

Completed in 447 milliseconds