|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParserException | |
---|---|
biz.c24.io.api | Various utility classes. |
biz.c24.io.api.data | Data Model super and utility classes. |
biz.c24.io.api.presentation | Various classes for parsing and formatting data objects. |
Uses of ParserException in biz.c24.io.api |
---|
Methods in biz.c24.io.api that throw ParserException | |
---|---|
static Object |
Utils.createSimpleValue(DataComponent component,
String value)
Creates a value from the given string representation. |
Uses of ParserException in biz.c24.io.api.data |
---|
Methods in biz.c24.io.api.data that throw ParserException | |
---|---|
Date |
ISO8601DateDataType.parseDate(String str)
Parses the supplied string into a java date. |
Date |
ISO8601DateTimeDataType.parseDate(String str)
Parses the supplied string into a java date. |
Date |
ISO8601TimeDataType.parseDate(String str)
Parses the supplied string into a java date. |
abstract Object |
DataComponent.parseObject(String str)
Returns an Object representation of the supplied String data. |
Object |
SimpleDataType.parseObject(String str)
Parses the supplied str into an object. |
Object |
Element.parseObject(String str)
|
Object |
Attribute.parseObject(String str)
|
Object |
ListDataType.parseObject(String str,
boolean external)
|
Object |
AtomicDataType.parseObject(String str,
boolean external)
|
Object |
NumberDataType.parseObject(String str,
boolean external)
|
Object |
SimpleDataType.parseObject(String str,
boolean external)
Parses the supplied str into an object, possibly using the protected parseObjectExternal(String, java.text.ParsePosition) method. |
Object |
UnionDataType.parseObject(String str,
boolean external)
Parses str into an object derived from on of the member types. |
Constructors in biz.c24.io.api.data that throw ParserException | |
---|---|
ISO8601Date(String str)
Constructs a new instance from the specified string. |
|
ISO8601DateTime(String str)
Constructs a new instance from the specified string. |
|
ISO8601Duration(String str)
Constructs a new instance from the specified string. |
|
ISO8601GDay(String str)
Constructs a new instance from the specified string. |
|
ISO8601GMonth(String str)
Constructs a new instance from the specified string. |
|
ISO8601GMonthDay(String str)
Constructs a new instance from the specified string. |
|
ISO8601GYear(String str)
Constructs a new instance from the specified string. |
|
ISO8601GYearMonth(String str)
Constructs a new instance from the specified string. |
|
ISO8601Time(String str)
Constructs a new instance from the specified string. |
Uses of ParserException in biz.c24.io.api.presentation |
---|
Methods in biz.c24.io.api.presentation that return ParserException | |
---|---|
ParserException |
DefaultContext.getFailure()
Returns the first parsing failure reason if any. |
Methods in biz.c24.io.api.presentation with parameters of type ParserException | |
---|---|
void |
ParseListener.onBatchEntryFailed(Object object,
ParserException failure)
Called on failure to parse a batch entry. |
Methods in biz.c24.io.api.presentation that throw ParserException | |
---|---|
void |
ParseListener.onBatchEntryFailed(Object object,
ParserException failure)
Called on failure to parse a batch entry. |
Object |
ParseListener.onBatchEntryParsed(Object object)
Called on successful parsing of a batch entry. |
void |
ParseListener.onEndBatch(Element element)
End batch parsing callback. |
void |
ParseListener.onStartBatch(Element element)
Start of batch parsing callback. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |