public final class ExceptionData extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
EXCMNBWT
Constant: 0x02 = 2
|
static int |
EXCMNPOL
Constant: 0x04 = 4
|
static int |
EXCMNSWT
Constant: 0x03 = 3
|
static int |
EXCMNWT
Constant: 0x01 = 1
|
Modifier and Type | Method and Description |
---|---|
static ExceptionData |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
excmnbtr()
EXCMNBTR value.
|
boolean |
excmnbwt()
Return true if
excmntyp() equals EXCMNBWT . |
String |
excmncpn()
EXCMNCPN value.
|
long |
excmnexn()
EXCMNEXN value.
|
String |
excmnfcn()
EXCMNFCN value.
|
String |
excmnlun()
EXCMNLUN value.
|
String |
excmnnid()
EXCMNNID value.
|
String |
excmnnpx()
EXCMNNPX value.
|
BigInteger |
excmnnsx()
EXCMNNSX value.
|
boolean |
excmnpol()
Return true if
excmntyp() equals EXCMNPOL . |
String |
excmnrid()
EXCMNRID value.
|
int |
excmnril()
EXCMNRIL value.
|
String |
excmnrix()
EXCMNRIX value.
|
String |
excmnrlu()
EXCMNRLU value.
|
String |
excmnrpt()
EXCMNRPT value.
|
String |
excmnrty()
EXCMNRTY value.
|
String |
excmnsrv()
EXCMNSRV value.
|
ZonedDateTime |
excmnsta()
EXCMNSTA STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
excmnstaRawValue()
EXCMNSTA STCK value.
|
ZonedDateTime |
excmnsto()
EXCMNSTO STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
excmnstoRawValue()
EXCMNSTO STCK value.
|
boolean |
excmnswt()
Return true if
excmntyp() equals EXCMNSWT . |
String |
excmntcn()
EXCMNTCN value.
|
long |
excmnter()
EXCMNTER value.
|
int |
excmntno()
EXCMNTNO value.
|
long |
excmntpr()
EXCMNTPR value.
|
BigInteger |
excmntrf()
EXCMNTRF value.
|
String |
excmntrn()
EXCMNTRN value.
|
String |
excmntst()
EXCMNTST value.
|
int |
excmntyp()
EXCMNTYP value.
|
BigInteger |
excmnuri()
EXCMNURI value.
|
String |
excmnusr()
EXCMNUSR value.
|
boolean |
excmnwt()
Return true if
excmntyp() equals EXCMNWT . |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int EXCMNWT
public static final int EXCMNBWT
public static final int EXCMNSWT
public static final int EXCMNPOL
public String excmntrn()
public long excmnter()
public String excmnusr()
public String excmntst()
public ZonedDateTime excmnsta()
Use excmnstaRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger excmnstaRawValue()
public ZonedDateTime excmnsto()
Use excmnstoRawValue()
for a BigInteger containing the complete
STCK value.
ZonedDateTime
public BigInteger excmnstoRawValue()
public int excmntno()
public long excmntpr()
public String excmnlun()
public long excmnexn()
public String excmnrty()
public String excmnrid()
public int excmntyp()
public boolean excmnwt()
excmntyp()
equals EXCMNWT
.excmntyp()
equals EXCMNWT
EXCMNWT = 0x01
public boolean excmnbwt()
excmntyp()
equals EXCMNBWT
.excmntyp()
equals EXCMNBWT
EXCMNBWT = 0x02
public boolean excmnswt()
excmntyp()
equals EXCMNSWT
.excmntyp()
equals EXCMNSWT
EXCMNSWT = 0x03
public boolean excmnpol()
excmntyp()
equals EXCMNPOL
.excmntyp()
equals EXCMNPOL
EXCMNPOL = 0x04
public String excmntcn()
public String excmnsrv()
public String excmnrpt()
public String excmnnpx()
public BigInteger excmnnsx()
public BigInteger excmntrf()
public String excmnfcn()
public String excmncpn()
public String excmnbtr()
public BigInteger excmnuri()
public int excmnril()
public String excmnrix()
public String excmnnid()
public String excmnrlu()
public static ExceptionData create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.