Package org.jboss.weld.exceptions
Class InconsistentSpecializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.enterprise.inject.spi.DeploymentException
-
- org.jboss.weld.exceptions.DeploymentException
-
- org.jboss.weld.exceptions.InconsistentSpecializationException
-
- All Implemented Interfaces:
Serializable
public class InconsistentSpecializationException extends DeploymentException
- Author:
- Pete Muir
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InconsistentSpecializationException(String message)
Creates a new exception with the given localized message.InconsistentSpecializationException(Throwable throwable)
Creates a new exception with the given cause.
-
Method Summary
-
Methods inherited from class org.jboss.weld.exceptions.DeploymentException
getLocalizedMessage, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InconsistentSpecializationException
public InconsistentSpecializationException(Throwable throwable)
Creates a new exception with the given cause.- Parameters:
throwable
- The cause of the exception
-
InconsistentSpecializationException
public InconsistentSpecializationException(String message)
Creates a new exception with the given localized message.- Parameters:
message
-
-
-