Class JogampRuntimeException

    • Constructor Detail

      • JogampRuntimeException

        public JogampRuntimeException()
        Constructs a JogampRuntimeException object.
      • JogampRuntimeException

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

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

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