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