Class JBIG2Exception

All Implemented Interfaces:
Serializable

public class JBIG2Exception extends Exception

JBIG2Exception class.

See Also:
  • Constructor Details

    • JBIG2Exception

      public JBIG2Exception(Exception ex)

      Constructor for JBIG2Exception.

      Parameters:
      ex - a Exception object.
    • JBIG2Exception

      public JBIG2Exception()
      Constructs a JBIGException whithout a message.
    • JBIG2Exception

      public JBIG2Exception(String message)
      Constructs a JBIGException with a message.
      Parameters:
      message - a message describing the exception