|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.webbeans.DefinitionException
org.jboss.webbeans.exceptions.NotAScopeException
public class NotAScopeException
Exception for incorrect scope usage
| Constructor Summary | |
|---|---|
NotAScopeException()
Constructor |
|
NotAScopeException(java.lang.String message)
Constructor |
|
NotAScopeException(java.lang.String message,
java.lang.Throwable throwable)
Constructor |
|
NotAScopeException(java.lang.Throwable throwable)
Constructor |
|
| 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 |
|---|
public NotAScopeException()
public NotAScopeException(java.lang.String message,
java.lang.Throwable throwable)
message - The exception messagethrowable - The root exceptionpublic NotAScopeException(java.lang.String message)
message - The exception messagepublic NotAScopeException(java.lang.Throwable throwable)
throwable - The root exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||