Package spark
Class HaltException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
spark.HaltException
- All Implemented Interfaces:
Serializable
Exception used for stopping the execution
- Author:
- Per Wendel
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbody()getBody()Deprecated.intDeprecated.replaced bystatusCode()intMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getStatusCode
public int getStatusCode()Deprecated.replaced bystatusCode()- Returns:
- the statusCode
-
statusCode
public int statusCode()- Returns:
- the statusCode
-
getBody
Deprecated.replaced bybody()- Returns:
- the body
-
body
- Returns:
- the body
-
body()