Class PGLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.praxislive.video.pgl.PGLException
All Implemented Interfaces:
Serializable

public class PGLException extends Exception
See Also:
  • Constructor Details

    • 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)
    • PGLException

      public PGLException(String msg, Throwable cause)