org.apache.webbeans.exception.definition
Class NonexistentFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.webbeans.exception.inject.DefinitionException
                  extended by org.apache.webbeans.exception.definition.NonexistentFieldException
All Implemented Interfaces:
Serializable

public class NonexistentFieldException
extends DefinitionException

See Also:
Serialized Form

Constructor Summary
NonexistentFieldException()
           
NonexistentFieldException(String message)
           
NonexistentFieldException(String message, Throwable e)
           
NonexistentFieldException(Throwable e)
           
 
Method Summary
 
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

NonexistentFieldException

public NonexistentFieldException()

NonexistentFieldException

public NonexistentFieldException(String message)

NonexistentFieldException

public NonexistentFieldException(Throwable e)

NonexistentFieldException

public NonexistentFieldException(String message,
                                 Throwable e)


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.