Package org.apache.poi.hpsf
Class NoFormatIDException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.apache.poi.hpsf.HPSFRuntimeException
 - 
- org.apache.poi.hpsf.NoFormatIDException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class NoFormatIDException extends HPSFRuntimeException
This exception is thrown if aPropertySetis to be written but does not have a formatID set (seeSection.setFormatID(ClassID)orSection.setFormatID(byte[]).- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NoFormatIDException()ConstructorNoFormatIDException(java.lang.String msg)ConstructorNoFormatIDException(java.lang.String msg, java.lang.Throwable reason)ConstructorNoFormatIDException(java.lang.Throwable reason)Constructor 
- 
Method Summary
- 
Methods inherited from class org.apache.poi.hpsf.HPSFRuntimeException
getReason 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
NoFormatIDException
public NoFormatIDException()
Constructor 
- 
NoFormatIDException
public NoFormatIDException(java.lang.String msg)
Constructor- Parameters:
 msg- The exception's message string
 
- 
NoFormatIDException
public NoFormatIDException(java.lang.Throwable reason)
Constructor- Parameters:
 reason- This exception's underlying reason
 
- 
NoFormatIDException
public NoFormatIDException(java.lang.String msg, java.lang.Throwable reason)Constructor- Parameters:
 msg- The exception's message stringreason- This exception's underlying reason
 
 - 
 
 -