org.pushingpixels.flamingo.api.bcb
Class BreadcrumbBarException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pushingpixels.flamingo.api.bcb.BreadcrumbBarException
- All Implemented Interfaces:
- Serializable
public class BreadcrumbBarException
- extends RuntimeException
Generic runtime exception for the breadcrumb bar.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BreadcrumbBarException
public BreadcrumbBarException(Throwable cause)
- Creates the new exception instance.
- Parameters:
cause
- Exception cause.