org.jboss.weld.xml
Class WeldXmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.enterprise.inject.InjectionException
org.jboss.weld.xml.WeldXmlException
- All Implemented Interfaces:
- java.io.Serializable
public class WeldXmlException
- extends javax.enterprise.inject.InjectionException
Used for exceptions from the Weld XML parser and provides localization
support.
- Author:
- David Allen
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WeldXmlException
public WeldXmlException(java.lang.Throwable throwable)
WeldXmlException
public WeldXmlException(E key,
java.lang.Object... args)
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class java.lang.Throwable
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
Copyright © 2008-2010 Seam Framework. All Rights Reserved.