java.io.Serializablepublic 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[]).
| Constructor | 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
|
getReasonpublic NoFormatIDException()
Constructor
public NoFormatIDException(java.lang.String msg)
Constructor
msg - The exception's message stringpublic NoFormatIDException(java.lang.Throwable reason)
Constructor
reason - This exception's underlying reasonpublic NoFormatIDException(java.lang.String msg,
java.lang.Throwable reason)
Constructor
msg - The exception's message stringreason - This exception's underlying reasonCopyright 2018 The Apache Software Foundation or its licensors, as applicable.