org.pushingpixels.flamingo.api.bcb
Class BreadcrumbBarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
BreadcrumbBarException(Throwable cause)
          Creates the new exception instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

BreadcrumbBarException

public BreadcrumbBarException(Throwable cause)
Creates the new exception instance.

Parameters:
cause - Exception cause.