public class NoPropertySetStreamException extends HPSFException
This exception is thrown if a format error in a property set stream is detected or when the input data do not constitute a property set stream.
The constructors of this class are analogous to those of its superclass and are documented there.
Constructor and Description |
---|
NoPropertySetStreamException()
Constructor
|
NoPropertySetStreamException(java.lang.String msg)
Constructor
|
NoPropertySetStreamException(java.lang.String msg,
java.lang.Throwable reason)
Constructor
|
NoPropertySetStreamException(java.lang.Throwable reason)
Constructor
|
getReason
public NoPropertySetStreamException()
Constructor
public NoPropertySetStreamException(java.lang.String msg)
Constructor
msg
- The exception's message stringpublic NoPropertySetStreamException(java.lang.Throwable reason)
Constructor
reason
- This exception's underlying reasonpublic NoPropertySetStreamException(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.