Class UnknownOfficeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownOfficeException
    extends java.lang.Exception
    Indicates an unknown Office was requested.
    Author:
    Daniel Sagenschneider
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownOfficeException​(java.lang.String unknownOfficeName)
      Initiate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUnknownOfficeName()
      Obtains the name of the unknown Office.
      • 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
    • Constructor Detail

      • UnknownOfficeException

        public UnknownOfficeException​(java.lang.String unknownOfficeName)
        Initiate.
        Parameters:
        unknownOfficeName - Name of the unknown Office.
    • Method Detail

      • getUnknownOfficeName

        public java.lang.String getUnknownOfficeName()
        Obtains the name of the unknown Office.
        Returns:
        Name of the unknown Office.