Package rasj

Class RasTypeNotSupportedException

All Implemented Interfaces:
Serializable

public class RasTypeNotSupportedException extends RasRuntimeException

 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:
  • Constructor Details

    • RasTypeNotSupportedException

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