org.milyn.edisax
Class EDIParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by org.milyn.edisax.EDIParseException
All Implemented Interfaces:
Serializable

public class EDIParseException
extends SAXException

EDI message parsing exception.

Author:
tfennelly
See Also:
Serialized Form

Constructor Summary
EDIParseException(Edimap mappingModel, String message)
          Public constructor.
EDIParseException(Edimap mappingModel, String message, Exception cause)
          Public constructor.
EDIParseException(String message, Exception cause)
          Public constructor.
 
Method Summary
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.