Class BoxValidationException
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.BoxValidationException
- All Implemented Interfaces:
Serializable
This is exception is thrown when an attempt to validate inbound attributes or arguments fails.
Validation upon these attributes or arguments is declared within the respective component or BIF.
- 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
ConstructorsConstructorDescriptionBoxValidationException(String message) ConstructorBoxValidationException(String message, Throwable cause) ConstructorBoxValidationException(Key caller, Validatable record, String message) 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
-
BoxValidationException
Constructor- Parameters:
message- The message
-
BoxValidationException
Constructor- Parameters:
message- The message
-
BoxValidationException
Constructor- Parameters:
message- The messagecause- The cause
-