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(java.lang.String msg)
Constructor
|
MissingSectionException(java.lang.String msg,
java.lang.Throwable reason)
Constructor
|
MissingSectionException(java.lang.Throwable reason)
Constructor
|
getReason
public 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 © 2005-2010 Potix Corporation. All Rights Reserved.