Documentation of 'edu.rit.image.PJGImageFileFormatException' Java class
PJGImageFileFormatException
edu.rit.image

Class PJGImageFileFormatException

  • All Implemented Interfaces:
    java.io.Serializable


    public class PJGImageFileFormatException
    extends java.io.IOException
    Class PJGImageFileFormatException is an IOException thrown if a PJG image file's contents are not formatted correctly. For further information about the PJG format, see class PJGImage.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      PJGImageFileFormatException()
      Construct a new PJG image file format exception with no detail message and no cause.
      PJGImageFileFormatException(java.lang.String message)
      Construct a new PJG image file format exception with the given detail message and no cause.
      PJGImageFileFormatException(java.lang.String message, java.lang.Throwable cause)
      Construct a new PJG image file format exception with the given detail message and the given cause.
      PJGImageFileFormatException(java.lang.Throwable cause)
      Construct a new PJG image file format exception with the given cause and the default detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PJGImageFileFormatException

        public PJGImageFileFormatException()
        Construct a new PJG image file format exception with no detail message and no cause.
      • PJGImageFileFormatException

        public PJGImageFileFormatException(java.lang.String message)
        Construct a new PJG image file format exception with the given detail message and no cause.
        Parameters:
        message - Detail message.
      • PJGImageFileFormatException

        public PJGImageFileFormatException(java.lang.Throwable cause)
        Construct a new PJG image file format exception with the given cause and the default detail message.
        Parameters:
        cause - Cause.
      • PJGImageFileFormatException

        public PJGImageFileFormatException(java.lang.String message,
                                           java.lang.Throwable cause)
        Construct a new PJG image file format exception with the given detail message and the given cause.
        Parameters:
        message - Detail message.
        cause - Cause.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.