|
|||||||
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.iproject.wbmpcreator.ChartDrawException
This class represents errors that can appear during drawing charts.
Copyright (c) 2000 WAP Shareware, Inc. Visit WAP Shareware
Constructor Summary | |
ChartDrawException()
Constructs a ChartDrawException with null
as its error detail message. |
|
ChartDrawException(java.lang.String errorMessage)
Constructs a ChartDrawException with the specified detail
message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ChartDrawException()
ChartDrawException
with null
as its error detail message.public ChartDrawException(java.lang.String errorMessage)
ChartDrawException
with the specified detail
message. The error message string errorMessage
can later be
retrieved by the java.lang.Throwable getMessage
method of class java.lang.Throwable
.errorMessage
- the detail message.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |