Class VMException

  • All Implemented Interfaces:
    java.io.Serializable

    public class VMException
    extends java.lang.RuntimeException
    EMFTVM runtime exception class.
    See Also:
    Serialized Form
    • Constructor Detail

      • VMException

        public VMException​(StackFrame frame,
                           java.lang.String message)
        Creates a new VMException.
        Parameters:
        frame - the current StackFrame
        message - the error message
      • VMException

        public VMException​(StackFrame frame,
                           java.lang.Throwable cause)
        Creates a new VMException.
        Parameters:
        frame - the current StackFrame
        cause - the nested exception
      • VMException

        public VMException​(StackFrame frame,
                           java.lang.String message,
                           java.lang.Throwable cause)
        Creates a new VMException.
        Parameters:
        frame - the current StackFrame
        message - the error message
        cause - the nested exception
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable