| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException com.Ostermiller.util.BinaryDataException
BinaryDataException | public class BinaryDataException extends IOException (Code) | | Signals that binary data was encountered and continuing
with a text operation would likely corrupt the data.
author: Stephen Ostermiller http://ostermiller.org/contact.pl?regarding=Java+Utilities since: ostermillerutils 1.00.00 |
BinaryDataException | public BinaryDataException()(Code) | | Constructs an IOException with null as its error detail message.
since: ostermillerutils 1.00.00 |
BinaryDataException | public BinaryDataException(String s)(Code) | | Constructs an IOException with the specified detail message.
The error message string s can later be retrieved by the
Throwable.getMessage() method of class java.lang.Throwable.
Parameters: s - the detail message. since: ostermillerutils 1.00.00 |
|
|
|