Class WrongTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
opendap.dap.DAP2Exception
opendap.servers.DAP2ServerSideException
opendap.servers.WrongTypeException
All Implemented Interfaces:
Serializable

public class WrongTypeException extends DAP2ServerSideException
Report a type-mismatch problem in the constraint expression. Examples are using relational operators on arrays, using the dot notation on variables that are not aggregate types.
See Also:
  • Constructor Details

    • WrongTypeException

      public WrongTypeException(String s)
      Construct a WrongTypeException with the specified detail message.
      Parameters:
      s - the detail message.