Class ncsa.horizon.util.MetadataTypeException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.horizon.util.MetadataTypeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----ncsa.horizon.util.MetadataTypeException

public class MetadataTypeException
extends RuntimeException
an exception indicating that a value from a Metadata list was of an unexpected type.

Constructor Index

 o MetadataTypeException()
 o MetadataTypeException(String)
 o MetadataTypeException(String, String)
 o MetadataTypeException(String, String, String)

Method Index

 o getMessage()
 o toString()

Constructors

 o MetadataTypeException
  public MetadataTypeException()
 o MetadataTypeException
  public MetadataTypeException(String mdname)
Parameters:
mdname - metadatum name
 o MetadataTypeException
  public MetadataTypeException(String mdname,
                               String expected)
Parameters:
mdname - metadatum name
expected - the type expected
 o MetadataTypeException
  public MetadataTypeException(String mdname,
                               String expected,
                               String found)
Parameters:
mdname - metadatum name
expected - the type expected

Methods

 o toString
  public String toString()
Overrides:
toString in class Throwable
 o getMessage
  public String getMessage()
Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index