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