Class PGLException

    • Constructor Detail

      • PGLException

        public PGLException()
        Creates a new instance of GLException without detail message.
      • PGLException

        public PGLException​(String msg)
        Constructs an instance of GLException with the specified detail message.
        Parameters:
        msg - the detail message.
      • PGLException

        public PGLException​(Throwable cause)