Class ThemeNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ThemeNotFoundException
    extends java.lang.Error
    Thrown when a suitable theme cannot be located.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ThemeNotFoundException()
      Construct with the default message.
      ThemeNotFoundException​(java.lang.String message)
      Construct with a custom message, potentially giving more detail as to the exact problem.
    • Method Summary

      • 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

      • ThemeNotFoundException

        public ThemeNotFoundException()
        Construct with the default message.
      • ThemeNotFoundException

        public ThemeNotFoundException​(java.lang.String message)
        Construct with a custom message, potentially giving more detail as to the exact problem.
        Parameters:
        message - The detail message.