org.milyn.edisax
Class EDIParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.milyn.edisax.EDIParseException
- All Implemented Interfaces:
- Serializable
public class EDIParseException
- extends SAXException
EDI message parsing exception.
- Author:
- tfennelly
- See Also:
- Serialized Form
EDIParseException
public EDIParseException(String message,
Exception cause)
- Public constructor.
- Parameters:
message - Exception message.cause - Exception cause
EDIParseException
public EDIParseException(Edimap mappingModel,
String message)
- Public constructor.
- Parameters:
mappingModel - The mapping model for the message on which the exception was encoutered.message - Exception message.
EDIParseException
public EDIParseException(Edimap mappingModel,
String message,
Exception cause)
- Public constructor.
- Parameters:
mappingModel - The mapping model for the message on which the exception was encoutered.message - Exception message.cause - Exception cause.
Copyright © 2008. All Rights Reserved.