Class BoxIOException
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.BoxIOException
- All Implemented Interfaces:
Serializable
This exception is thrown when an IO operation fails.
The underlying Java IOException exception is parsed and is used to provide a more user-friendly message.
- See Also:
-
Field Summary
FieldsFields inherited from class ortus.boxlang.runtime.types.exceptions.BoxRuntimeException
extendedInfoFields inherited from class ortus.boxlang.runtime.types.exceptions.BoxLangException
detail, type -
Constructor Summary
ConstructorsConstructorDescriptionBoxIOException(IOException exception) ConstructorBoxIOException(String message, IOException exception) 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
-
Field Details
-
errorCode
Applies to type = "custom". String error code.
-
-
Constructor Details
-
BoxIOException
Constructor- Parameters:
exception- The exception
-
BoxIOException
Constructor- Parameters:
message- The messageexception- The exception
-