Class CategoryNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CategoryNotFoundException
    extends java.lang.RuntimeException

    CategoryNotFoundException class.

    Version:
    $Id: $
    Author:
    ranger
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String category  
    • Constructor Summary

      Constructors 
      Constructor Description
      CategoryNotFoundException​(java.lang.String category)
      Constructor for CategoryNotFoundException.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCategory()
      Getter for the field category.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • category

        protected java.lang.String category
    • Constructor Detail

      • CategoryNotFoundException

        public CategoryNotFoundException​(java.lang.String category)

        Constructor for CategoryNotFoundException.

        Parameters:
        category - a String object.
    • Method Detail

      • getCategory

        public java.lang.String getCategory()

        Getter for the field category.

        Returns:
        a String object.