|
|||||||
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.BadFontException
This class represents errors that can appear during UDF parsing.
Copyright (c) 2000 WAP Shareware, Inc. Visit WAP Shareware
Constructor Summary | |
BadFontException()
Constructs a BadFontException with null
as its error detail message. |
|
BadFontException(java.lang.String errorMessage)
Constructs a BadFontException 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 BadFontException()
BadFontException
with null
as its error detail message.public BadFontException(java.lang.String errorMessage)
BadFontException
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 |