Package org.docx4j.org.apache.poi.hpsf
Class NoFormatIDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.docx4j.org.apache.poi.hpsf.HPSFRuntimeException
org.docx4j.org.apache.poi.hpsf.NoFormatIDException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructorConstructorNoFormatIDException(String msg, Throwable reason) ConstructorNoFormatIDException(Throwable reason) Constructor -
Method Summary
Methods inherited from class org.docx4j.org.apache.poi.hpsf.HPSFRuntimeException
getReasonMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoFormatIDException
public NoFormatIDException()Constructor
-
NoFormatIDException
Constructor
- Parameters:
msg- The exception's message string
-
NoFormatIDException
Constructor
- Parameters:
reason- This exception's underlying reason
-
NoFormatIDException
Constructor
- Parameters:
msg- The exception's message stringreason- This exception's underlying reason
-