Package org.apache.webbeans.exception
Class WebBeansCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.webbeans.exception.WebBeansException
org.apache.webbeans.exception.WebBeansCreationException
- All Implemented Interfaces:
Serializable,DescriptiveException
Exception that is thrown by the web beans container at the deployment time.
- Since:
- 1.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInformation(String additionalInformation) Add some additional information to the message.Methods inherited from class org.apache.webbeans.exception.WebBeansException
getCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebBeansCreationException
-
WebBeansCreationException
-
-
Method Details
-
addInformation
Description copied from interface:DescriptiveExceptionAdd some additional information to the message.- Specified by:
addInformationin interfaceDescriptiveException- Overrides:
addInformationin classWebBeansException
-
getMessage
- Overrides:
getMessagein classWebBeansException
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classWebBeansException
-