Class NativeWindowException

    • Constructor Detail

      • NativeWindowException

        public NativeWindowException()
        Constructs a NativeWindowException object.
      • NativeWindowException

        public NativeWindowException​(String message)
        Constructs a NativeWindowException object with the specified detail message.
      • NativeWindowException

        public NativeWindowException​(String message,
                                     Throwable cause)
        Constructs a NativeWindowException object with the specified detail message and root cause.
      • NativeWindowException

        public NativeWindowException​(Throwable cause)
        Constructs a NativeWindowException object with the specified root cause.