de.guibuilder.framework
Class GDLParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.guibuilder.framework.GDLParseException
- All Implemented Interfaces:
- java.io.Serializable
public class GDLParseException
- extends java.lang.Exception
Title: GuiBuilder
Description: Diese Exception wird geworfen, wenn das GDL-Script einen Syntax-Fehler hat
Copyright: Copyright (c) 2002
- Version:
- 1.0
- Author:
- Peter Köker
- See Also:
- Serialized Form
|
Method Summary |
int |
getErrorLine()
Liefert die fehlerhafte Zeile |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GDLParseException
public GDLParseException(java.lang.String message)
GDLParseException
public GDLParseException(java.lang.String message,
int errorLine)
getErrorLine
public int getErrorLine()
- Liefert die fehlerhafte Zeile