Package org.jnetstream.capture.file

Examples of org.jnetstream.capture.file.RecordError


    final long old = this.getPosition();
    this.seek(this.global + 1);

    final RecordError[] errors = new RecordError[1];
    errors[0] = new RecordError(old, exception.getMessage(), exception);

    return errors;
  }
View Full Code Here

TOP

Related Classes of org.jnetstream.capture.file.RecordError

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.