org.apache.webbeans.exception.inject
Class DefinitionException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateDefinitionException, NonexistentConstructorException, NonexistentFieldException, NonexistentMemberException, NonexistentMethodException, NonexistentTypeException, WebBeansConfigurationException

public class DefinitionException
extends RuntimeException

See Also:
Serialized Form

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

DefinitionException

public DefinitionException()

DefinitionException

public DefinitionException(String message)

DefinitionException

public DefinitionException(Throwable e)

DefinitionException

public DefinitionException(String message,
                           Throwable e)


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