Package org.eclipse.m2m.atl.engine.emfvm
Class ASMXMLReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.xml.sax.SAXParseException
org.eclipse.m2m.atl.engine.emfvm.ASMXMLReaderException
- All Implemented Interfaces:
Serializable
An ASM XML read exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionASMXMLReaderException
(String message, String publicId, String systemId, int lineNumber, int columnNumber, Exception e) Creates a newASMXMLReaderException
with the given parameters. -
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
public ASMXMLReaderException(String message, String publicId, String systemId, int lineNumber, int columnNumber, Exception e) Creates a newASMXMLReaderException
with the given parameters.- Parameters:
message
- the error messagepublicId
- the public idsystemId
- the system idlineNumber
- the error location linecolumnNumber
- the error location columne
- the exception
-