Package erjang

Examples of erjang.ErlangRaise


//      System.err.println("bad argument to raise3: ("+kind+", "+value+", "+trace+")");
      return ERT.am_badarg;
    }

    if (clazz==ERT.am_exit || clazz==ERT.am_error || clazz==ERT.am_throw)
      throw new ErlangRaise(clazz, value, traz);
   
//    System.err.println("bad argument to raise4: ("+kind+", "+value+", "+trace+")");
    return ERT.am_badarg;
  }
View Full Code Here

TOP

Related Classes of erjang.ErlangRaise

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.