org.apache.xbean.kernel
Class KernelFactoryError
java.lang.Object
java.lang.Throwable
java.lang.Error
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 errorcause
- the cause of this error
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.