public class InvalidStructureException extends Exception
| Constructor and Description |
|---|
InvalidStructureException(String message) |
InvalidStructureException(String message,
org.kxml2.io.KXmlParser parser) |
InvalidStructureException(String message,
String file,
org.kxml2.io.KXmlParser parser) |
| Modifier and Type | Method and Description |
|---|---|
static InvalidStructureException |
readableInvalidStructureException(String message,
org.kxml2.io.KXmlParser parser) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidStructureException(String message, org.kxml2.io.KXmlParser parser)
message - A Message associated with the error.parser - The parser in the position at which the error was detected.public InvalidStructureException(String message, String file, org.kxml2.io.KXmlParser parser)
message - A Message associated with the error.parser - The parser in the position at which the error was detected.file - The file being parsedpublic InvalidStructureException(String message)
public static InvalidStructureException readableInvalidStructureException(String message, org.kxml2.io.KXmlParser parser)
Copyright © 2024. All rights reserved.