org.apache.webbeans.exception.definition
Class NonexistentMemberException

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.NonexistentMemberException
All Implemented Interfaces:
Serializable

public class NonexistentMemberException
extends DefinitionException

See Also:
Serialized Form

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

NonexistentMemberException

public NonexistentMemberException()

NonexistentMemberException

public NonexistentMemberException(String message)

NonexistentMemberException

public NonexistentMemberException(Throwable e)

NonexistentMemberException

public NonexistentMemberException(String message,
                                  Throwable e)


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