public class NoProperCategoryNameException extends Exception
Constructor and Description |
---|
NoProperCategoryNameException()
Creates a new instance of
NoProperCategoryNameException without detail message. |
NoProperCategoryNameException(String msg)
Constructs an instance of
NoProperCategoryNameException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoProperCategoryNameException()
NoProperCategoryNameException
without detail message.public NoProperCategoryNameException(String msg)
NoProperCategoryNameException
with the specified detail
message.msg
- the detail message.Copyright © 2014. All rights reserved.