org.jboss.weld.xml
Class WeldXmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.enterprise.inject.InjectionException
                  extended by 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

Constructor Summary
WeldXmlException(E key, java.lang.Object... args)
           
WeldXmlException(java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.String getLocalizedMessage()
           
 java.lang.String getMessage()
           
 
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
 

Constructor Detail

WeldXmlException

public WeldXmlException(java.lang.Throwable throwable)

WeldXmlException

public WeldXmlException(E key,
                        java.lang.Object... args)
Method Detail

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.