Package rasj
Class RasTypeUnknownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rasj.RasRuntimeException
rasj.RasTypeUnknownException
- All Implemented Interfaces:
Serializable
PURPOSE:
This runtime exception is raised when the
RasType of a query result is unknown
on client-side.- See Also:
-
Field Summary
Fields inherited from class rasj.RasRuntimeException
errNo, errText -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStandard constructor getting the type that caused the error. -
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
-
RasTypeUnknownException
Standard constructor getting the type that caused the error.- Parameters:
type- the unknown type that caused this exception
-
-
Method Details
-
getMessage
Returns the error message.- Overrides:
getMessagein classRasRuntimeException- Returns:
- the error message.
-