Class CLIDefinitionParser.ExceptionLocation
java.lang.Object
org.tquadrat.foundation.config.internal.CLIDefinitionParser.ExceptionLocation
- All Implemented Interfaces:
Location
- Enclosing class:
CLIDefinitionParser
@ClassVersion(sourceVersion="$Id: CLIDefinitionParser.java 1120 2024-03-16 09:48:00Z tquadrat $")
@API(status=INTERNAL,
since="0.0.1")
public static final class CLIDefinitionParser.ExceptionLocation
extends Object
implements Location
An implementation of
Location
.
that is based on an instance of
SAXParseException
.- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: CLIDefinitionParser.java 1120 2024-03-16 09:48:00Z tquadrat $
- Since:
- 0.0.1
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.config.internal.CLIDefinitionParser.ExceptionLocation"
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SAXParseException
The exception that provides the data. -
Constructor Summary
ConstructorsConstructorDescriptionExceptionLocation
(SAXParseException exception) Creates a newExceptionLocation
instance from the given instance ofSAXParseException
. -
Method Summary
-
Field Details
-
m_Exception
The exception that provides the data.
-
-
Constructor Details
-
ExceptionLocation
Creates a newExceptionLocation
instance from the given instance ofSAXParseException
.- Parameters:
exception
- The exception.
-
-
Method Details
-
getCharacterOffset
- Specified by:
getCharacterOffset
in interfaceLocation
-
getColumnNumber
- Specified by:
getColumnNumber
in interfaceLocation
-
getLineNumber
- Specified by:
getLineNumber
in interfaceLocation
-
getPublicId
- Specified by:
getPublicId
in interfaceLocation
-
getSystemId
- Specified by:
getSystemId
in interfaceLocation
-