Package dev.pxml.core.reader.error
Class PXMLDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.pxml.core.reader.error.PXMLDataException
-
- All Implemented Interfaces:
java.io.Serializable
public class PXMLDataException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PXMLDataException(java.lang.String message, TextLocation location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextLocation
getLocation()
-
-
-
Constructor Detail
-
PXMLDataException
public PXMLDataException(java.lang.String message, TextLocation location)
-
-
Method Detail
-
getLocation
public TextLocation getLocation()
-
-