|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.apache.xbean.kernel.KernelFactoryError
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.
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 |
public KernelFactoryError(java.lang.String message)
message
- information about the cause of this errorpublic KernelFactoryError(java.lang.String message, java.lang.Throwable cause)
message
- information about the cause of this errorcause
- the cause of this error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |