public class NoFormatIDException extends HPSFRuntimeException
PropertySet
is to be written
but does not have a formatID set (see Section.setFormatID(ClassID)
or
Section.setFormatID(byte[])
.Constructor and Description |
---|
NoFormatIDException()
Constructor
|
NoFormatIDException(java.lang.String msg)
Constructor
|
NoFormatIDException(java.lang.String msg,
java.lang.Throwable reason)
Constructor
|
NoFormatIDException(java.lang.Throwable reason)
Constructor
|
getReason
public NoFormatIDException()
public NoFormatIDException(java.lang.String msg)
msg
- The exception's message stringpublic NoFormatIDException(java.lang.Throwable reason)
reason
- This exception's underlying reasonpublic NoFormatIDException(java.lang.String msg, java.lang.Throwable reason)
msg
- The exception's message stringreason
- This exception's underlying reasonCopyright 2022 The Apache Software Foundation or its licensors, as applicable.