|
|||||||
| 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.BadSequenceLineException
| Constructor Summary | |
BadSequenceLineException()
Constructs a BadSequenceLineException with null
as its error detail message. |
|
BadSequenceLineException(java.lang.String errorMessage)
Constructs a BadSequenceLineException 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 BadSequenceLineException()
BadSequenceLineException with null
as its error detail message.public BadSequenceLineException(java.lang.String errorMessage)
BadSequenceLineException 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 | ||||||