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[])
.
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()
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 © 2005-2010 Potix Corporation. All Rights Reserved.