Package rasj
Class RasInvalidNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- rasj.RasRuntimeException
-
- rasj.RasInvalidNameException
-
- All Implemented Interfaces:
java.io.Serializable
public class RasInvalidNameException extends RasRuntimeException
PURPOSE: This exception is thrown if a object name contains unaccepted characters COMMENTS:
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class rasj.RasRuntimeException
errNo, errText
-
-
Constructor Summary
Constructors Constructor Description RasInvalidNameException(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()Returns the error message.-
Methods inherited from class rasj.RasRuntimeException
getErrNo
-
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Returns the error message.- Overrides:
getMessagein classRasRuntimeException- Returns:
- the error message.
-
-