org.jboss.webbeans.exceptions
Class NotAScopeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.webbeans.DefinitionException
                  extended by org.jboss.webbeans.exceptions.NotAScopeException
All Implemented Interfaces:
java.io.Serializable

public class NotAScopeException
extends DefinitionException

Exception for incorrect scope usage

Author:
Pete Muir
See Also:
Serialized Form

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

NotAScopeException

public NotAScopeException()
Constructor


NotAScopeException

public NotAScopeException(java.lang.String message,
                          java.lang.Throwable throwable)
Constructor

Parameters:
message - The exception message
throwable - The root exception

NotAScopeException

public NotAScopeException(java.lang.String message)
Constructor

Parameters:
message - The exception message

NotAScopeException

public NotAScopeException(java.lang.Throwable throwable)
Constructor

Parameters:
throwable - The root exception


Copyright © 2008. All Rights Reserved.