com.unipro.smlib
Class ValidationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.unipro.smlib.ValidationException
All Implemented Interfaces:
java.io.Serializable

public class ValidationException
extends java.lang.Exception

Exception occurs when invalid parameter of OutMessage or Configurator is set.
Additional information about SMLib exceptions: SMLib exceptions.

See Also:
Serialized Form

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

ValidationException

public ValidationException(java.lang.String er)
Creates new ValidationException with the specified error message.
Parameters:
er - - error message
Method Detail

getMessage

public java.lang.String getMessage()
Returns the error message.
Overrides:
getMessage in class java.lang.Throwable
Returns:
the error message string.