Package org.craftercms.core.exception
Class InvalidScopeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.craftercms.core.exception.CrafterException
org.craftercms.core.exception.CacheException
org.craftercms.core.exception.InvalidScopeException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a specified scope is not valid, that is, it is not registered in the cache.
- Author:
- Sumer Jabri, Alfonso Vásquez
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidScopeException(String message) InvalidScopeException(String message, Throwable cause) InvalidScopeException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidScopeException
public InvalidScopeException() -
InvalidScopeException
-
InvalidScopeException
-
InvalidScopeException
-