Package com.Ostermiller.util
Class BinaryDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.Ostermiller.util.BinaryDataException
- All Implemented Interfaces:
Serializable
Signals that binary data was encountered and continuing
with a text operation would likely corrupt the data.
- Since:
- ostermillerutils 1.00.00
- Author:
- Stephen Ostermiller https://ostermiller.org/contact.pl?regarding=Java+Utilities
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an IOException with null as its error detail message.Constructs an IOException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BinaryDataException
public BinaryDataException()Constructs an IOException with null as its error detail message.- Since:
- ostermillerutils 1.00.00
-
BinaryDataException
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
-