Class AbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ortus.boxlang.runtime.types.exceptions.AbortException
- All Implemented Interfaces:
Serializable
This represents the abort component in BoxLang
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
type
-
-
Constructor Details
-
AbortException
public AbortException()Constructor -
AbortException
Constructor- Parameters:
type- The typecause- The cause
-
-
Method Details
-
isRequest
Is this abort type request?- Returns:
- Whether this abort affects the request
-
isPage
Is this abort type page?- Returns:
- Whether this abort affects the page
-
isTag
Is this abort type tag? Use with exit component.- Returns:
- Whether this abort affects the tag
-
isTemplate
Is this abort type template? Use with exit component.- Returns:
- Whether this abort affects the template
-
isLoop
Is this abort type loop? Use with exit component.- Returns:
- Whether this abort affects the loop
-