public class InvalidFileTypeException extends APIException
FormService
,
Serialized FormConstructor and Description |
---|
InvalidFileTypeException()
Default empty constructor.
|
InvalidFileTypeException(String message)
General constructor to give a helpful message that relates to why this error occured
|
InvalidFileTypeException(String message,
Throwable cause)
General constructor to give the end user a helpful message and to also propagate the parent
error exception message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidFileTypeException()
InvalidFileTypeException(String)
constructor to specify a helpful
message to the end userpublic InvalidFileTypeException(String message)
message
- helpful message stringpublic InvalidFileTypeException(String message, Throwable cause)
message
- helpful message string for the end usercause
- the parent exception cause that this exception is wrapping aroundCopyright © 2024 OpenMRS Inc.. All rights reserved.