|
||||||||
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.unipro.smlib.ValidationException
Exception occurs when invalid parameter of OutMessage or Configurator is set.
Additional information about SMLib exceptions: SMLib exceptions.
Constructor Summary | |
ValidationException(java.lang.String er)
Creates new ValidationException with the specified error message. |
Method Summary | |
java.lang.String |
getMessage()
Returns the error message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ValidationException(java.lang.String er)
er
- - error messageMethod Detail |
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |