public class MalformedFileException extends Exception
Constructor and Description |
---|
MalformedFileException(String message)
Creates a new malformed file exception with a specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MalformedFileException(String message)
message
- the message to include in the exceptionCopyright © 2022. All rights reserved.