| Java Doc By Examples | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjava.lang.Throwablejava.lang.Exceptionjavax.servlet.jsp.tagext.AttributeNotSupportedExceptionpublic class AttributeNotSupportedExceptionextends ExceptionConstructor Summary | |
| |
| |
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, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait | |
public AttributeNotSupportedException()
Constructs a new throwable withnullas its detail message. The cause is not initialized, and may subsequently be initialized by a call toThrowable.initCause(Throwable). TheThrowable.fillInStackTrace()method is called to initialize the stack trace data in the newly created throwable.
public AttributeNotSupportedException(String msg)
Constructs a new throwable with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call toThrowable.initCause(Throwable). TheThrowable.fillInStackTrace()method is called to initialize the stack trace data in the newly created throwable.
- Parameters: