Packages

 

com.aspose.imaging.fileformats.psd.layers.text

Class EngineDataParseException

  • All Implemented Interfaces:
    Serializable


    public class EngineDataParseException
    extends com.aspose.ms.System.Exception

    Engine data parse exception

    See Also:
    Serialized Form
    • Constructor Detail

      • EngineDataParseException

        public EngineDataParseException(String message)

        Initializes a new instance of the EngineDataParseException class.

        Parameters:
        message - The message that describes the error.
      • EngineDataParseException

        public EngineDataParseException(String message,
                                        com.aspose.imaging_internal.fileformats.psd.layers.text.EngineDataReader r)

        Initializes a new instance of the EngineDataParseException class.

        Parameters:
        message - The message.
        r - The r.
      • EngineDataParseException

        public EngineDataParseException(String message,
                                        com.aspose.imaging_internal.fileformats.psd.layers.text.EngineDataReader r,
                                        Throwable e)

        Initializes a new instance of the EngineDataParseException class.

        Parameters:
        message - The message.
        r - The r.
        e - The e.
      • EngineDataParseException

        public EngineDataParseException(String message,
                                        Throwable innerException)

        Initializes a new instance of the EngineDataParseException class.

        Parameters:
        message - The error message that explains the reason for the exception.
        innerException - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.