Package erjang

Examples of erjang.ErlangException$ExceptionAsObject


    return ERT.TRUE;
  }

  @BIF
  public static ESeq get_stacktrace(EProc proc) {
      ErlangException ex = proc.getLastException();
      return ex != null ? ex.getTrace() : ERT.NIL;
  }
View Full Code Here

TOP

Related Classes of erjang.ErlangException$ExceptionAsObject

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.