Packages

 

com.aspose.psd.coreexceptions.imageformats

Class PsdImageResourceException

    • Constructor Detail

      • PsdImageResourceException

        public PsdImageResourceException(String message,
                                         ResourceBlock resource)

        Initializes a new instance of the PsdImageResourceException class.

        Parameters:
        message - The exception message.
        resource - The resource.
      • PsdImageResourceException

        public PsdImageResourceException(String message,
                                         ResourceBlock resource,
                                         RuntimeException innerException)

        Initializes a new instance of the PsdImageResourceException class.

        Parameters:
        message - The exception message.
        resource - The resource.
        innerException - The inner exception.
    • Method Detail

      • getResource

        public final ResourceBlock getResource()

        Gets the psd resource which caused this exception.

        Value: The resource.