Package rasj
Class RasTypeNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rasj.RasRuntimeException
rasj.RasTypeNotSupportedException
- All Implemented Interfaces:
Serializable
PURPOSE:
This runtime exception is raised when the
BaseType of a query result is not supported
by the current version of the rasj package.- See Also:
-
Field Summary
Fields inherited from class rasj.RasRuntimeException
errNo, errText -
Constructor Summary
ConstructorsConstructorDescriptionStandard 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
-
RasTypeNotSupportedException
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.
-