|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--hypercast.HyperCastException | +--hypercast.HyperCastStatsException
StatsException is used to throw errors associated with the I_Stats interface.
Field Summary | |
static int |
ChildSchemaViolatedFormatSpec
value for type . |
static int |
InappropriateType
value for type . |
static int |
InappropriateValue
value for type E.g. |
static int |
IncorrectSetValue
The value format of a setValue command is incorrect. |
static int |
StatisticNotFound
value for type . |
static int |
WriteToAReadOnlyValue
value for type . |
Constructor Summary | |
HyperCastStatsException(java.lang.String name,
int type)
Create an exception with certain name and type. |
Method Summary | |
java.lang.String |
getMessage()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int StatisticNotFound
type
.
public static final int WriteToAReadOnlyValue
type
.
public static final int ChildSchemaViolatedFormatSpec
type
. Indicates that the child object's schema contained errors.
public static final int InappropriateType
type
. E.g. expected an integer and was passed letters.
public static final int InappropriateValue
type
E.g. was negative when expected a positive integer.
public static final int IncorrectSetValue
Constructor Detail |
public HyperCastStatsException(java.lang.String name, int type)
Method Detail |
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |