public class ConditionException extends RuntimeException
References
Modifier and Type | Method and Description |
---|---|
int |
getC1()
Returns c_1, as stored in the condition token.
|
int |
getC2()
Returns c_2, as stored in the condition token.
|
int |
getCase()
Returns the format of c_1 and c_2.
|
int |
getControl()
Returns the condition's control field.
|
String |
getFacilityID()
Returns the condition's facility ID.
|
long |
getISInfo()
Returns the condition's ISI.
|
int |
getMessageNumber()
Returns the condition's message number.
|
long |
getOffsetInRoutine()
Returns the offset into the routine that triggered the condition.
|
String |
getRoutine()
Returns the routine that triggered the condition.
|
int |
getSeverity()
Returns the condition's severity.
|
byte[] |
getToken()
Returns the raw 12-byte representation of the condition.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getFacilityID()
public int getC1()
public int getC2()
public int getCase()
public int getControl()
public int getSeverity()
public long getISInfo()
public byte[] getToken()
public int getMessageNumber()
public String getRoutine()
public long getOffsetInRoutine()
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2009, 2024 IBM Corp. and others.