Package st.gravel.support.jvm.runtime

Examples of st.gravel.support.jvm.runtime.UnhandledException


    ExceptionStack.handleResume_(exception, returnValue);
    return exception;
  }

  public static Object noHandler(Object exception) {
    throw new UnhandledException(exception);
  }
View Full Code Here

TOP

Related Classes of st.gravel.support.jvm.runtime.UnhandledException

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.