- java.lang.Object
-
- com.ibm.jvm.dtfjview.commands.helpers.Exceptions
-
public class Exceptions extends Object
-
-
Constructor Summary
Constructors Constructor Description Exceptions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getCorruptDataExceptionByte()
static String
getCorruptDataExceptionDoubleByte()
static String
getCorruptDataExceptionString()
static String
getDataUnavailableByte()
static String
getDataUnavailableDoubleByte()
static String
getDataUnavailableString()
static String
getIOExceptionByte()
static String
getIOExceptionDoubleByte()
static String
getIOExceptionString()
static String
getMemoryAccessExceptionByte()
static String
getMemoryAccessExceptionDoubleByte()
static String
getMemoryAccessExceptionString()
-
-
-
Method Detail
-
getDataUnavailableString
public static String getDataUnavailableString()
-
getDataUnavailableByte
public static String getDataUnavailableByte()
-
getDataUnavailableDoubleByte
public static String getDataUnavailableDoubleByte()
-
getCorruptDataExceptionString
public static String getCorruptDataExceptionString()
-
getCorruptDataExceptionByte
public static String getCorruptDataExceptionByte()
-
getCorruptDataExceptionDoubleByte
public static String getCorruptDataExceptionDoubleByte()
-
getMemoryAccessExceptionString
public static String getMemoryAccessExceptionString()
-
getMemoryAccessExceptionByte
public static String getMemoryAccessExceptionByte()
-
getMemoryAccessExceptionDoubleByte
public static String getMemoryAccessExceptionDoubleByte()
-
getIOExceptionString
public static String getIOExceptionString()
-
getIOExceptionByte
public static String getIOExceptionByte()
-
getIOExceptionDoubleByte
public static String getIOExceptionDoubleByte()
-
-