Class ExceptionDumper

java.lang.Object
cruise.umple.util.ExceptionDumper

public class ExceptionDumper
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ExceptionDumper()  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    static java.lang.String dumpCompilerError​(java.lang.Throwable ex)  
    static java.lang.StackTraceElement javaToUmpleStackTrace​(java.lang.StackTraceElement javaStack, java.lang.String generatedSourcePath)
    Translate the java stack trace line information into the corresponding Umple line

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • delete

      public void delete()
    • dumpCompilerError

      public static java.lang.String dumpCompilerError​(java.lang.Throwable ex)
    • javaToUmpleStackTrace

      public static java.lang.StackTraceElement javaToUmpleStackTrace​(java.lang.StackTraceElement javaStack, java.lang.String generatedSourcePath)
      Translate the java stack trace line information into the corresponding Umple line