org.apache.xbean.kernel
Class KernelFactoryError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byorg.apache.xbean.kernel.KernelFactoryError
All Implemented Interfaces:
java.io.Serializable

public class KernelFactoryError
extends java.lang.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
Version:
$Id$
Author:
Dain Sundstrom
See Also:
Serialized Form

Constructor Summary
KernelFactoryError(java.lang.String message)
          Creates a KernelFactoryError using the specified message.
KernelFactoryError(java.lang.String message, java.lang.Throwable cause)
          Creates a KernelFactoryError using the specified message and cause.
 
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(java.lang.String message)
Creates a KernelFactoryError using the specified message.

Parameters:
message - information about the cause of this error

KernelFactoryError

public KernelFactoryError(java.lang.String message,
                          java.lang.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 © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.