Package rasj
Class RasTypeNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- rasj.RasRuntimeException
-
- rasj.RasTypeNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class RasTypeNotSupportedException extends RasRuntimeException
PURPOSE: This runtime exception is raised when the
BaseTypeof a query result is not supported by the current version of the rasj package.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class rasj.RasRuntimeException
errNo, errText
-
-
Constructor Summary
Constructors Constructor Description RasTypeNotSupportedException(java.lang.String type)Standard constructor getting the type that caused the error.
-
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.
-
-