org.jboss.weld.exceptions
Class ForbiddenArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.jboss.weld.exceptions.ForbiddenArgumentException
- All Implemented Interfaces:
- java.io.Serializable
public class ForbiddenArgumentException
- extends java.lang.IllegalArgumentException
This exception is used when the specification calls for an
IllegalArgumentException.
- Author:
- David Allen
- See Also:
- Serialized Form
|
Constructor Summary |
ForbiddenArgumentException(E key,
java.lang.Object... args)
Creates a new exception with the given localized message key and optional
arguments for the message. |
ForbiddenArgumentException(java.lang.Throwable throwable)
Creates a new exception with the given cause. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ForbiddenArgumentException
public ForbiddenArgumentException(java.lang.Throwable throwable)
- Creates a new exception with the given cause.
- Parameters:
throwable - The cause of the exception
ForbiddenArgumentException
public ForbiddenArgumentException(E key,
java.lang.Object... args)
- Creates a new exception with the given localized message key and optional
arguments for the message.
- Type Parameters:
E - The enumeration type for the message keys- Parameters:
key - The localized message to useargs - Optional arguments to insert into the message
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class java.lang.Throwable
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
Copyright © 2008-2010 Seam Framework. All Rights Reserved.