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(String msg)Constructor | 
| NoFormatIDException(String msg,
                   Throwable reason)Constructor | 
| NoFormatIDException(Throwable reason)Constructor | 
getReason, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic NoFormatIDException()
Constructor
public NoFormatIDException(String msg)
Constructor
msg - The exception's message stringpublic NoFormatIDException(Throwable reason)
Constructor
reason - This exception's underlying reasonCopyright © 2014 Open Microscopy Environment