Serialized Form
-
Package io.xlate.edi.schema
-
Exception io.xlate.edi.schema.EDISchemaException
class EDISchemaException extends Exception implements Serializable- serialVersionUID:
- -1232370584780899896L
-
Serialized Fields
-
message
String message
-
-
-
Package io.xlate.edi.stream
-
Exception io.xlate.edi.stream.EDIStreamException
class EDIStreamException extends Exception implements Serializable- serialVersionUID:
- -1232370584780899896L
-
Exception io.xlate.edi.stream.EDIValidationException
class EDIValidationException extends RuntimeException implements Serializable- serialVersionUID:
- 5811097042070037687L
-
Serialized Fields
-
error
EDIStreamValidationError error
The actual error of this exception. -
event
EDIStreamEvent event
The stream event associated with the error, one of the events for which EDIStreamEvent.isError() is true. -
nextException
EDIValidationException nextException
The next exception when more than one validation error occurred in processing the stream.
-
-