|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--notio.OperationError | +--notio.TypeAddError
Error thrown when the addition of a type gives rise to an error.
Constructor Summary | |
TypeAddError(java.lang.String message)
Constructs an error with the specified message. |
|
TypeAddError(java.lang.String message,
java.lang.Throwable newSubThrowable)
Constructs an error with the specified message and sub-throwable. |
Methods inherited from class notio.OperationError |
getSubThrowable,
setSubThrowable |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public TypeAddError(java.lang.String message)
message
- The details of the error.public TypeAddError(java.lang.String message, java.lang.Throwable newSubThrowable)
message
- the details of the error.newSubThrowable
- the sub-throwable to be embedded in this error.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |