Package rasj

Class RasTypeUnknownException

All Implemented Interfaces:
Serializable

public class RasTypeUnknownException extends RasRuntimeException

 PURPOSE:
 This runtime exception is raised when the
 RasType of a query result is unknown
 on client-side.
See Also:
  • Constructor Details

    • RasTypeUnknownException

      protected RasTypeUnknownException(String type)
      Standard constructor getting the type that caused the error.
      Parameters:
      type - the unknown type that caused this exception
  • Method Details