org.media.mn8.concepts
Class ErrorConcept

java.lang.Object
  |
  +--org.media.mn8.Concept
        |
        +--org.media.mn8.JavaConcept
              |
              +--org.media.mn8.concepts.ErrorConcept

public class ErrorConcept
extends JavaConcept

Version:
$Revision: 1.21 $ $Date: 2002/07/02 01:43:42 $
Author:
Antal Attila

Field Summary
 int errorLine
           
 Concept result
           
 
Fields inherited from class org.media.mn8.Concept
_conceptLabel, _isHidden, _resourceURI, _showEmpty
 
Constructor Summary
ErrorConcept()
           
ErrorConcept(StringConcept type, StringConcept id, StringConcept msg)
           
ErrorConcept(StringConcept type, StringConcept id, StringConcept msg, Concept con)
           
ErrorConcept(StringConcept type, StringConcept id, StringConcept msg, int lineNr)
           
ErrorConcept(StringConcept type, StringConcept id, StringConcept msg, int lineNr, Concept con)
           
ErrorConcept(String type, String id, String msg)
           
ErrorConcept(String type, String id, String msg, Concept con)
           
ErrorConcept(String type, String id, String msg, int lineNr)
           
ErrorConcept(String type, String id, String msg, int lineNr, Concept con)
           
 
Method Summary
 Object clone()
           
 ErrorConcept create(StringConcept type, StringConcept id, StringConcept msg)
           
 ErrorConcept create(StringConcept type, StringConcept id, StringConcept msg, Concept con)
           
 void defaultErrorHandler(String con, String met)
           
 boolean equals(Object obj)
           
 Concept getConcept()
           
 ConceptDefinition getConceptDefinition()
           
 SeriesConcept getConceptsAtPath(StringConcept path)
           
 Concept getHandler(StringConcept id)
           
 StringConcept getID()
           
 IntegerConcept getLineNr()
           
 String getMessage()
           
 StringConcept getMSG()
           
 StringConcept getType()
           
 void handleTheError()
           
 LogicalConcept hasPath(StringConcept path)
           
 void setMSG(StringConcept msg)
           
 void setType(StringConcept type)
           
 boolean validType()
           
 
Methods inherited from class org.media.mn8.JavaConcept
create, equals, opEQ, toTXT, toXML
 
Methods inherited from class org.media.mn8.Concept
areThereMoreElemenents, cloneConcept, extendsConcept, getAllInheritedConcepts, getAttributeValue, getConceptAttribute, getConceptAttribute, getConceptAttributeField, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptInstance, getConceptLabel, getConceptMethod, getConceptMethods, getConceptNamed, getConceptOperators, getConceptsAtPath, getConceptType, getErrorHandler, getInheritedConcepts, getMeAllElements, getResourceURI, hasConceptAttribute, hasConceptAttribute, hasConceptElement, hasConceptElement, hasConceptMethod, hasPath, isHidden, loadContent, printFields, printFields, searchDeeperForPath, searchSubElements, setConceptLabel, setErrorHandler, setHidden, setResourceURI, setShowEmpty, showEmpty, subAttributeGetConcept, subAttributeHasPath, subElementGetConcepts, subElementHasPath
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorLine

public int errorLine

result

public Concept result
Constructor Detail

ErrorConcept

public ErrorConcept()

ErrorConcept

public ErrorConcept(String type,
                    String id,
                    String msg)

ErrorConcept

public ErrorConcept(String type,
                    String id,
                    String msg,
                    Concept con)

ErrorConcept

public ErrorConcept(StringConcept type,
                    StringConcept id,
                    StringConcept msg)

ErrorConcept

public ErrorConcept(String type,
                    String id,
                    String msg,
                    int lineNr)

ErrorConcept

public ErrorConcept(String type,
                    String id,
                    String msg,
                    int lineNr,
                    Concept con)

ErrorConcept

public ErrorConcept(StringConcept type,
                    StringConcept id,
                    StringConcept msg,
                    int lineNr)

ErrorConcept

public ErrorConcept(StringConcept type,
                    StringConcept id,
                    StringConcept msg,
                    int lineNr,
                    Concept con)

ErrorConcept

public ErrorConcept(StringConcept type,
                    StringConcept id,
                    StringConcept msg,
                    Concept con)
Method Detail

create

public ErrorConcept create(StringConcept type,
                           StringConcept id,
                           StringConcept msg)

create

public ErrorConcept create(StringConcept type,
                           StringConcept id,
                           StringConcept msg,
                           Concept con)

handleTheError

public void handleTheError()

getHandler

public Concept getHandler(StringConcept id)

validType

public boolean validType()

defaultErrorHandler

public void defaultErrorHandler(String con,
                                String met)

getID

public StringConcept getID()

getMSG

public StringConcept getMSG()

getLineNr

public IntegerConcept getLineNr()

getMessage

public String getMessage()

getConcept

public Concept getConcept()

setMSG

public void setMSG(StringConcept msg)

setType

public void setType(StringConcept type)

getType

public StringConcept getType()

equals

public boolean equals(Object obj)
Overrides:
equals in class JavaConcept

getConceptDefinition

public ConceptDefinition getConceptDefinition()
Overrides:
getConceptDefinition in class JavaConcept

hasPath

public LogicalConcept hasPath(StringConcept path)
Overrides:
hasPath in class Concept

getConceptsAtPath

public SeriesConcept getConceptsAtPath(StringConcept path)
Overrides:
getConceptsAtPath in class Concept

clone

public Object clone()
Overrides:
clone in class JavaConcept


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."