Class ComponentLookupException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ComponentLookupException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String hint  
      private static java.lang.String LS  
      private java.lang.String role  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      ComponentLookupException​(java.lang.String message, java.lang.String role, java.lang.String hint)  
      ComponentLookupException​(java.lang.Throwable cause, java.lang.String role, java.lang.String hint)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • LS

        private static final java.lang.String LS
      • role

        private final java.lang.String role
      • hint

        private final java.lang.String hint
    • Constructor Detail

      • ComponentLookupException

        public ComponentLookupException​(java.lang.String message,
                                        java.lang.String role,
                                        java.lang.String hint)
      • ComponentLookupException

        public ComponentLookupException​(java.lang.Throwable cause,
                                        java.lang.String role,
                                        java.lang.String hint)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable