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 super();
Constructor
super();
Constructorparammsg The exception's message string super(msg);
super(msg);
Constructorparamreason This exception's underlying reason super(reason);
super(reason);
Constructorparammsg The exception's message stringparamreason This exception's underlying reason super(msg, reason);
super(msg, reason);