Uses of Class
org.codice.ddf.parser.ParserException
-
Uses of ParserException in org.codice.ddf.parser
Methods in org.codice.ddf.parser that throw ParserExceptionModifier and TypeMethodDescriptionvoidParser.marshal(ParserConfigurator configurator, Object obj, OutputStream os) Converts an object graph into the appropriate output format, writing it to the given stream.voidParser.marshal(ParserConfigurator configurator, Object obj, Node node) Converts an object graph into a Node,<T> TParser.unmarshal(ParserConfigurator configurator, Class<? extends T> cls, InputStream stream) Converts a representation of an object graph into an instance of typeT.<T> TParser.unmarshal(ParserConfigurator configurator, Class<? extends T> cls, Source source) Converts a representation of an object graph into an instance of typeT.<T> TParser.unmarshal(ParserConfigurator configurator, Class<? extends T> cls, Node node) Converts a representation of an object graph into an instance of typeT.