C# Class W3c.Ddr.Exceptions.NameException

This is a subclass of DDRException and is thrown when it is detected that the name of a Property or Aspect or vocabulary IRI is in error. The exception code, when set, indicates the nature of the error. A name of a Property or Aspect or a vocabulary IRI are in error when they are not syntactically valid or are not supported by the implementation.
Inheritance: DDRException
Datei anzeigen Open project: OpenDDRdotORG/OpenDDR-CSharp

Public Properties

Property Type Description
ASPECT_NOT_RECOGNIZED int
PROPERTY_NOT_RECOGNIZED int
VOCABULARY_NOT_RECOGNIZED int

Public Methods

Method Description
NameException ( ) : System
NameException ( int code, Exception ex ) : System
NameException ( int code, String message ) : System

Method Details

NameException() public method

public NameException ( ) : System
return System

NameException() public method

public NameException ( int code, Exception ex ) : System
code int
ex System.Exception
return System

NameException() public method

public NameException ( int code, String message ) : System
code int
message String
return System

Property Details

ASPECT_NOT_RECOGNIZED public_oe static_oe property

A vocabulary IRI is in error
public static int ASPECT_NOT_RECOGNIZED
return int

PROPERTY_NOT_RECOGNIZED public_oe static_oe property

The name of a Property is in error
public static int PROPERTY_NOT_RECOGNIZED
return int

VOCABULARY_NOT_RECOGNIZED public_oe static_oe property

The name of an Aspect is in error
public static int VOCABULARY_NOT_RECOGNIZED
return int