|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRecognitionException
de.bsvrz.pua.prot.exceptions.CriticalParserException
de.bsvrz.pua.prot.exceptions.SemanticErrorException
de.bsvrz.pua.prot.exceptions.ScopeException
public class ScopeException
Diese Exception wird ausgelöst, falls eine ungültige Qualifizierung auftritt.
Constructor Summary | |
---|---|
ScopeException(java.lang.String errorMsg)
Erzeugt eine Exception mit der übergebenen Meldung |
|
ScopeException(java.lang.String errorMsg,
AST ast)
Erzeugt eine Exception mit einer Fehlermeldung und setzt die Zeile, in der der Fehler aufgetreten ist. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScopeException(java.lang.String errorMsg)
errorMsg
- Fehlermeldungpublic ScopeException(java.lang.String errorMsg, AST ast)
errorMsg
- Fehlermeldungast
- Beinhaltet Zeile, in der der Fehler aufgetreten ist.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |