Class VMException

    • Constructor Summary

      Constructors 
      Constructor Description
      VMException​(StackFrame frame, java.lang.String message, java.lang.Throwable cause)
      Creates a VM exception with the given message and cause.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void printStackTrace​(java.io.PrintStream s)
      void printStackTrace​(java.io.PrintWriter s)
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VMException

        public VMException​(StackFrame frame,
                           java.lang.String message,
                           java.lang.Throwable cause)
        Creates a VM exception with the given message and cause.
        Parameters:
        frame - the frame context
        message - the message
    • Method Detail

      • printStackTrace

        public void printStackTrace​(java.io.PrintStream s)
        Overrides:
        printStackTrace in class java.lang.Throwable
        See Also:
        Throwable.printStackTrace(java.io.PrintStream)
      • printStackTrace

        public void printStackTrace​(java.io.PrintWriter s)
        Overrides:
        printStackTrace in class java.lang.Throwable
        See Also:
        Throwable.printStackTrace(java.io.PrintWriter)