HomeSort by relevance Sort by last modified time
    Searched refs:YAMLException (Results 26 - 47 of 47) sorted by null

12

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue97/
YamlSortedSetTest.java 27 import org.yaml.snakeyaml.error.YAMLException;
67 throw new YAMLException("Set cannot be recursive.");
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/
CompactConstructor.java 29 import org.yaml.snakeyaml.error.YAMLException;
55 throw new YAMLException(e);
82 throw new YAMLException("Cannot set property='" + key + "' with value='"
208 throw new YAMLException(e);
227 throw new YAMLException("No list property found in " + bean);
229 throw new YAMLException(
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
Constructor.java 37 import org.yaml.snakeyaml.error.YAMLException;
112 throw new YAMLException("Root type must be provided.");
158 throw new YAMLException("Properties must not be recursive.");
220 throw new YAMLException(e);
234 throw new YAMLException("Keys must be scalars but found: " + tuple.getKeyNode());
397 throw new YAMLException("No single argument constructor found for " + type);
412 throw new YAMLException("Can't construct a java object for scalar "
445 throw new YAMLException("Invalid node Character: '" + ch + "'; length: "
462 throw new YAMLException("Cannot construct: '" + type + "'");
498 throw new YAMLException("Unable to find enum value '" + enumValueNam
    [all...]
BaseConstructor.java 32 import org.yaml.snakeyaml.error.YAMLException;
241 throw new YAMLException(e);
259 throw new YAMLException(e);
323 throw new YAMLException("unexpected primitive type");
SafeConstructor.java 34 import org.yaml.snakeyaml.error.YAMLException;
332 throw new YAMLException("Unexpected timestamp: " + nodeValue);
453 throw new YAMLException("Unexpected recursive set structure. Node: " + node);
479 throw new YAMLException("Unexpected recursive sequence structure. Node: " + node);
498 throw new YAMLException("Unexpected recursive mapping structure. Node: " + node);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
ClassTagsTest.java 26 import org.yaml.snakeyaml.error.YAMLException;
68 } catch (YAMLException e) {
BeanConstructorTest.java 25 import org.yaml.snakeyaml.error.YAMLException;
89 } catch (YAMLException e) {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
CompactConstructorErrorsTest.java 26 import org.yaml.snakeyaml.error.YAMLException;
64 } catch (YAMLException e) {
75 fail("Exception must be YAMLException");
88 "org.yaml.snakeyaml.error.YAMLException: Cannot set property='size' with value='17' (class java.lang.String) in Row id=id111");
125 "org.yaml.snakeyaml.error.YAMLException: Unable to find property 'foo' on class: org.yaml.snakeyaml.extensions.compactnotation.Table");
138 "org.yaml.snakeyaml.error.YAMLException: No list property found in class org.yaml.snakeyaml.extensions.compactnotation.Row");
144 "org.yaml.snakeyaml.error.YAMLException: Many list properties found in class org.yaml.snakeyaml.extensions.compactnotation.ManyListsTable; Please override getSequencePropertyName() to specify which property to use.");
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
PrimitiveArrayTest.java 26 import org.yaml.snakeyaml.error.YAMLException;
84 } catch (YAMLException e) {
104 // Loading a floating-point number as a character is a YAMLException
105 tryInvalid(pkg + ".CharArr [ [ 1.2 ] ]", YAMLException.class);
107 // Loading a String as a Character is a YAMLException
108 tryInvalid(pkg + ".CharArr [ [ 'abcd' ] ]", YAMLException.class);
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
Tag.java 28 import org.yaml.snakeyaml.error.YAMLException;
113 throw new YAMLException("Invalid tag: " + value);
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/
StreamReader.java 25 import org.yaml.snakeyaml.error.YAMLException;
200 throw new YAMLException(ioe);
  /external/snakeyaml/src/test/java/org/pyyaml/
PyErrorsTest.java 30 import org.yaml.snakeyaml.error.YAMLException;
102 } catch (YAMLException e) {
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
PropertyUtils.java 31 import org.yaml.snakeyaml.error.YAMLException;
87 throw new YAMLException("No JavaBean properties found in " + type.getName());
132 throw new YAMLException("Unable to find property '" + name + "' on class: "
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DumperOptionsTest.java 26 import org.yaml.snakeyaml.error.YAMLException;
157 } catch (YAMLException e) {
163 } catch (YAMLException e) {
169 } catch (YAMLException e) {
442 } catch (YAMLException e) {
452 } catch (YAMLException e) {
461 } catch (YAMLException e) {
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
MarkedYAMLException.java 18 public class MarkedYAMLException extends YAMLException {
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
Representer.java 28 import org.yaml.snakeyaml.error.YAMLException;
52 throw new YAMLException(e);
SafeRepresenter.java 34 import org.yaml.snakeyaml.error.YAMLException;
121 throw new YAMLException(e);
235 throw new YAMLException("Unexpected primitive '" + type.getCanonicalName() + "'");
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/
EventConstructor.java 25 import org.yaml.snakeyaml.error.YAMLException;
104 throw new YAMLException("Unsupported version.");
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/
Yaml.java 35 import org.yaml.snakeyaml.error.YAMLException;
247 throw new YAMLException(e);
343 throw new YAMLException(e);
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
ParserImpl.java 24 import org.yaml.snakeyaml.error.YAMLException;
238 throw new YAMLException("Unexpected end of stream. States left: " + states);
241 throw new YAMLException("Unexpected end of stream. Marks left: " + marks);
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
Emitter.java 32 import org.yaml.snakeyaml.error.YAMLException;
815 throw new YAMLException("Unexpected style: " + style);
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
ScannerImpl.java 29 import org.yaml.snakeyaml.error.YAMLException;
493 throw new YAMLException(
    [all...]

Completed in 157 milliseconds

12