org.weborganic.bastille.log
Class UnexpectedFrameworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.weborganic.bastille.log.UnexpectedFrameworkException
All Implemented Interfaces:
Serializable

public final class UnexpectedFrameworkException
extends RuntimeException

Exception thrown when a logging implementation fails because a different is in use.

This is an unchecked exception because implementations would generally be used after being detected.

See Also:
Serialized Form

Constructor Summary
UnexpectedFrameworkException(String message, Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnexpectedFrameworkException

public UnexpectedFrameworkException(String message,
                                    Throwable cause)
Parameters:
message - The message
cause - And the causing error (generally a ClassCastException)