org.apache.xbean.kernel
Class KernelFactoryError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.apache.xbean.kernel.KernelFactoryError
All Implemented Interfaces:
Serializable

public class KernelFactoryError
extends Error

A problem occured while creating or using the kernel factory. This error indicates that the kernel factory is misconfigured or there is a programming error in the use of the kernel factory.

Since:
2.0
Author:
Dain Sundstrom
See Also:
Serialized Form

Constructor Summary
KernelFactoryError(String message)
          Creates a KernelFactoryError using the specified message.
KernelFactoryError(String message, Throwable cause)
          Creates a KernelFactoryError using the specified message and 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KernelFactoryError

public KernelFactoryError(String message)
Creates a KernelFactoryError using the specified message.

Parameters:
message - information about the cause of this error

KernelFactoryError

public KernelFactoryError(String message,
                          Throwable cause)
Creates a KernelFactoryError using the specified message and cause.

Parameters:
message - information about the cause of this error
cause - the cause of this error


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.