org.apache.webbeans.exception.inject
Class DefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.