Package rasj
Class RasInvalidNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rasj.RasRuntimeException
rasj.RasInvalidNameException
- All Implemented Interfaces:
Serializable
PURPOSE: This exception is thrown if a object name contains unaccepted characters COMMENTS:
- See Also:
-
Field Summary
Fields inherited from class rasj.RasRuntimeException
errNo, errText -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class rasj.RasRuntimeException
getErrNoMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RasInvalidNameException
-
-
Method Details
-
getMessage
Returns the error message.- Overrides:
getMessagein classRasRuntimeException- Returns:
- the error message.
-