- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.xlate.edi.stream.EDIStreamException
-
- io.xlate.edi.internal.stream.tokenization.EDIException
-
- All Implemented Interfaces:
Serializable
public class EDIException extends EDIStreamException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static IntegerINVALID_CHARACTERstatic IntegerINVALID_STATEstatic IntegerMISSING_HANDLERstatic IntegerUNSUPPORTED_DIALECT-
Fields inherited from class io.xlate.edi.stream.EDIStreamException
location
-
-
Constructor Summary
Constructors Constructor Description EDIException(Integer id, String message)EDIException(String message)EDIException(Throwable cause)
-
Method Summary
-
Methods inherited from class io.xlate.edi.stream.EDIStreamException
getLocation
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-