Quick links: Examples - Files.
Classes: Hierarchy - Index - List - Members.
Packages: Index - base - jni.

Public Member Functions | Static Public Attributes | List of all members
cogitant.base.ExceptionIncorrectType Class Reference

Exception thrown when an object has an incorrect type. More...

+ Inheritance diagram for cogitant.base.ExceptionIncorrectType:

Public Member Functions

 ExceptionIncorrectType (int code, String msg)
 
String toString ()
 
- Public Member Functions inherited from cogitant.base.Exception
 Exception (int code, String message)
 
int code ()
 
String toString ()
 
String what ()
 
String className ()
 

Static Public Attributes

static final int NOTYPE = 0
 Unknown error. More...
 
static final int INCORRECTPROPERTYTYPE = 10
 This property value does not use the expected type. More...
 
static final int NOTACONCEPT = 20
 Graph node is not a concept. More...
 
static final int NOTARELATION = 21
 Graph node is not a relation. More...
 
static final int NOTANESTING = 22
 Graph node is not a nesting. More...
 
static final int NOTANINTERNALGRAPH = 23
 Graph node is not an internal graph. More...
 
static final int NOTACOREFERENCECLASS = 24
 Graph node is not a coreference class. More...
 
static final int NOTACONJUNCTIVECONCEPT = 25
 Graph node is not a concept with a conjunctive type. More...
 
static final int NOTAGENERICORINDIVIDUALCONCEPT = 26
 Graph node is not a generic or individual concept. More...
 
static final int NOTAVALUECONCEPT = 27
 Graph node is not a value concept. More...
 
static final int NOTAGRAPH = 30
 This object is not a graph. More...
 
static final int NOTARULE = 31
 This object is not a rule. More...
 
static final int NOTACONSTRAINT = 32
 This object is not a constraint. More...
 
static final int NOTACOUPLEOFLAMBDAS = 33
 This object is not a couple of lambda-graphs. More...
 
static final int NOTAWELLFORMEDGRAPH = 34
 This object is not a well formed graph. More...
 
static final int NOTADATATYPE = 40
 This object is not a datatype. More...
 
static final int NOTAUSERDATATYPE = 41
 This object is not a user datatype. More...
 
static final int NOTACONCEPTTYPE = 42
 This object is not a concept type. More...
 
static final int NOTACORRECTVALUE = 43
 This object is not a correct value. More...
 

Additional Inherited Members

- Protected Member Functions inherited from cogitant.base.Exception
String messageAsIdToString ()
 Considers message as an id (iSet) and converts as String. More...
 

Detailed Description

Exception thrown when an object has an incorrect type.

Constructor & Destructor Documentation

◆ ExceptionIncorrectType()

cogitant.base.ExceptionIncorrectType.ExceptionIncorrectType ( int  code,
String  msg 
)

Member Function Documentation

◆ toString()

String cogitant.base.ExceptionIncorrectType.toString ( )

Member Data Documentation

◆ INCORRECTPROPERTYTYPE

final int cogitant.base.ExceptionIncorrectType.INCORRECTPROPERTYTYPE = 10
static

This property value does not use the expected type.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTACONCEPT

final int cogitant.base.ExceptionIncorrectType.NOTACONCEPT = 20
static

Graph node is not a concept.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTACONCEPTTYPE

final int cogitant.base.ExceptionIncorrectType.NOTACONCEPTTYPE = 42
static

This object is not a concept type.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTACONJUNCTIVECONCEPT

final int cogitant.base.ExceptionIncorrectType.NOTACONJUNCTIVECONCEPT = 25
static

Graph node is not a concept with a conjunctive type.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTACONSTRAINT

final int cogitant.base.ExceptionIncorrectType.NOTACONSTRAINT = 32
static

This object is not a constraint.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTACOREFERENCECLASS

final int cogitant.base.ExceptionIncorrectType.NOTACOREFERENCECLASS = 24
static

Graph node is not a coreference class.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTACORRECTVALUE

final int cogitant.base.ExceptionIncorrectType.NOTACORRECTVALUE = 43
static

This object is not a correct value.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTACOUPLEOFLAMBDAS

final int cogitant.base.ExceptionIncorrectType.NOTACOUPLEOFLAMBDAS = 33
static

This object is not a couple of lambda-graphs.

◆ NOTADATATYPE

final int cogitant.base.ExceptionIncorrectType.NOTADATATYPE = 40
static

This object is not a datatype.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTAGENERICORINDIVIDUALCONCEPT

final int cogitant.base.ExceptionIncorrectType.NOTAGENERICORINDIVIDUALCONCEPT = 26
static

Graph node is not a generic or individual concept.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTAGRAPH

final int cogitant.base.ExceptionIncorrectType.NOTAGRAPH = 30
static

This object is not a graph.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTANESTING

final int cogitant.base.ExceptionIncorrectType.NOTANESTING = 22
static

Graph node is not a nesting.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTANINTERNALGRAPH

final int cogitant.base.ExceptionIncorrectType.NOTANINTERNALGRAPH = 23
static

Graph node is not an internal graph.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTARELATION

final int cogitant.base.ExceptionIncorrectType.NOTARELATION = 21
static

Graph node is not a relation.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTARULE

final int cogitant.base.ExceptionIncorrectType.NOTARULE = 31
static

This object is not a rule.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTAUSERDATATYPE

final int cogitant.base.ExceptionIncorrectType.NOTAUSERDATATYPE = 41
static

This object is not a user datatype.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTAVALUECONCEPT

final int cogitant.base.ExceptionIncorrectType.NOTAVALUECONCEPT = 27
static

Graph node is not a value concept.

Referenced by cogitant.base.ExceptionIncorrectType.toString().

◆ NOTAWELLFORMEDGRAPH

final int cogitant.base.ExceptionIncorrectType.NOTAWELLFORMEDGRAPH = 34
static

◆ NOTYPE

final int cogitant.base.ExceptionIncorrectType.NOTYPE = 0
static

Unknown error.

Referenced by cogitant.base.ExceptionIncorrectType.toString().