Class BreadcrumbBarException



  • public class BreadcrumbBarException
    extends java.lang.RuntimeException
    Generic runtime exception for the breadcrumb bar.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BreadcrumbBarException​(java.lang.Throwable cause)
      Creates the new exception instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • BreadcrumbBarException

        public BreadcrumbBarException​(java.lang.Throwable cause)
        Creates the new exception instance.
        Parameters:
        cause - Exception cause.