Class NoElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ortus.boxlang.runtime.types.exceptions.BoxLangException
ortus.boxlang.runtime.types.exceptions.BoxRuntimeException
ortus.boxlang.runtime.types.exceptions.NoElementException
- All Implemented Interfaces:
Serializable
This exception is thrown when a variable is accessed that does not exist
- See Also:
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.types.exceptions.BoxRuntimeException
extendedInfoFields inherited from class ortus.boxlang.runtime.types.exceptions.BoxLangException
detail, type -
Constructor Summary
ConstructorsConstructorDescriptionNoElementException(String message) ConstructorNoElementException(String message, Throwable cause) Constructor -
Method Summary
Methods inherited from class ortus.boxlang.runtime.types.exceptions.BoxRuntimeException
dataAsStruct, getExtendedInfoMethods inherited from class ortus.boxlang.runtime.types.exceptions.BoxLangException
getDetail, getTagContext, getTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoElementException
Constructor- Parameters:
message- The message to display
-
NoElementException
Constructor- Parameters:
message- The message to displaycause- The cause
-