-
public final class AppManifestErrorError while paring app manifest.
-
-
Constructor Summary
Constructors Constructor Description AppManifestError(String message, Integer critical, Integer line, Integer column)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Integercomponent2()final Integercomponent3()final Integercomponent4()final AppManifestErrorcopy(String message, Integer critical, Integer line, Integer column)final StringgetMessage()Error message. final IntegergetCritical()If criticial, this is a non-recoverable parse error. final IntegergetLine()Error line. final IntegergetColumn()Error column. -
-
Method Detail
-
component1
final String component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final Integer component4()
-
getMessage
final String getMessage()
Error message.
-
getCritical
final Integer getCritical()
If criticial, this is a non-recoverable parse error.
-
-
-
-