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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingSectionException()
Constructor
public MissingSectionException(String msg)
Constructor
msg
- The exception's message stringpublic MissingSectionException(Throwable reason)
Constructor
reason
- This exception's underlying reasonCopyright © 2020. All rights reserved.