Class NoFormatIDException

All Implemented Interfaces:
Serializable

public class NoFormatIDException extends HPSFRuntimeException

This exception is thrown if a MutablePropertySet is to be written but does not have a formatID set (see MutableSection.setFormatID(ClassID) or MutableSection.setFormatID(byte[]).

Author:
Rainer Klute <klute@rainer-klute.de>
See Also:
  • Constructor Details

    • NoFormatIDException

      public NoFormatIDException()

      Constructor

    • NoFormatIDException

      public NoFormatIDException(String msg)

      Constructor

      Parameters:
      msg - The exception's message string
    • NoFormatIDException

      public NoFormatIDException(Throwable reason)

      Constructor

      Parameters:
      reason - This exception's underlying reason
    • NoFormatIDException

      public NoFormatIDException(String msg, Throwable reason)

      Constructor

      Parameters:
      msg - The exception's message string
      reason - This exception's underlying reason