Package org.eclipse.m2m.atl.engine.vm
Class ASMXMLReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.xml.sax.SAXParseException
org.eclipse.m2m.atl.engine.vm.ASMXMLReaderException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionASMXMLReaderException
(String message, String publicId, String systemId, int lineNumber, int columnNumber) ASMXMLReaderException
(String message, String publicId, String systemId, int lineNumber, int columnNumber, Exception e) ASMXMLReaderException
(String message, Locator locator) ASMXMLReaderException
(String message, Locator locator, Exception e) -
Method Summary
Methods inherited from class org.xml.sax.SAXParseException
getColumnNumber, getLineNumber, getPublicId, getSystemId, toString
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ASMXMLReaderException
-
ASMXMLReaderException
-
ASMXMLReaderException
-
ASMXMLReaderException
-