Class BreadcrumbBarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pushingpixels.flamingo.api.bcb.BreadcrumbBarException
- All Implemented Interfaces:
Serializable
Generic runtime exception for the breadcrumb bar.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BreadcrumbBarException
Creates the new exception instance.- Parameters:
cause
- Exception cause.
-