public class FormatNotSupportedException extends Exception
| Constructor and Description |
|---|
FormatNotSupportedException()
Creates a new instance of
FormatNotSupportedException
without detail message. |
FormatNotSupportedException(String msg)
Constructs an instance of
FormatNotSupportedException with
the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FormatNotSupportedException()
FormatNotSupportedException
without detail message.public FormatNotSupportedException(String msg)
FormatNotSupportedException with
the specified detail message.msg - the detail message.Copyright © 2016 TeleStax, Inc.. All Rights Reserved.