public class MissingSectionException extends HPSFRuntimeException
This exception is thrown if one of the PropertySet's
 convenience methods does not find a required Section.
The constructors of this class are analogous to those of its superclass and documented there.
| Constructor and Description | 
|---|
| MissingSectionException()Constructor | 
| MissingSectionException(String msg)Constructor | 
| MissingSectionException(String msg,
                       Throwable reason)Constructor | 
| MissingSectionException(Throwable reason)Constructor | 
getReason, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic MissingSectionException()
Constructor
public MissingSectionException(String msg)
Constructor
msg - The exception's message stringpublic MissingSectionException(Throwable reason)
Constructor
reason - This exception's underlying reasonCopyright © 2015 Open Microscopy Environment