|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.dse.tools.workbench.tbg.TbgException
This class implements the exceptions used by the TBG utility.
Field Summary | |
static int |
BREAK
Break type TbgException. |
static int |
BREAK_ALL
Break type TbgException. |
static int |
ERROR
Error type TbgException. |
int |
type
The exception type : ERROR, WARNING, BREAK or BREAK_ALL . |
static int |
WARNING
Warning type TbgException. |
Constructor Summary | |
TbgException(int aType)
This constructor creates a TbgException object. |
|
TbgException(int aType,
java.lang.String aMessage)
This constructor creates a TbgException object. |
Method Summary | |
java.lang.String |
getMessage()
Returns the detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public int type
public static int ERROR
public static int WARNING
public static int BREAK
public static int BREAK_ALL
Constructor Detail |
public TbgException(int aType)
Sets the type of TbgException.
aType
- int The type of the exception.public TbgException(int aType, java.lang.String aMessage)
Sets the type of TbgException and its message.
aType
- int The type of the exception.aMessage
- java.lang.String The detail message.Method Detail |
public java.lang.String getMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |