Package org.javlo.helper
Class XMLManipulationHelper.BadXMLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.javlo.helper.XMLManipulationHelper.BadXMLException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- XMLManipulationHelper
public static class XMLManipulationHelper.BadXMLException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadXMLException(String msg)
BadXMLException(String msg, int i, String tag, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLocalisation()
String
getTag()
String
getText()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-