java.io.Serializablepublic 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 | Description |
|---|---|
MissingSectionException() |
Constructor
|
MissingSectionException(java.lang.String msg) |
Constructor
|
MissingSectionException(java.lang.String msg,
java.lang.Throwable reason) |
Constructor
|
MissingSectionException(java.lang.Throwable reason) |
Constructor
|
getReasonpublic MissingSectionException()
Constructor
public MissingSectionException(java.lang.String msg)
Constructor
msg - The exception's message stringpublic MissingSectionException(java.lang.Throwable reason)
Constructor
reason - This exception's underlying reasonpublic MissingSectionException(java.lang.String msg,
java.lang.Throwable reason)
Constructor
msg - The exception's message stringreason - This exception's underlying reasonCopyright 2018 The Apache Software Foundation or its licensors, as applicable.