Package org.openntf.domino

Examples of org.openntf.domino.WrapperFactory


  public LogRecordAdditionalInfo(final LogRecord logRecord) {
    Throwable t = logRecord.getThrown();
    if (t != null && t instanceof OpenNTFNotesException)
      exceptionDetails = ((OpenNTFNotesException) t).getExceptionDetails();

    WrapperFactory wf = Factory.getWrapperFactory_unchecked();
    if (wf != null)
      lastWrappedDocs = wf.getLastWrappedDocsInThread();

  }
View Full Code Here

TOP

Related Classes of org.openntf.domino.WrapperFactory

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.