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

Constructor Summary
GDLParseException(java.lang.String message, int errorLine)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GDLParseException

public GDLParseException(java.lang.String message,
                         int errorLine)
Method Detail

getErrorLine

public int getErrorLine()
Liefert die fehlerhafte Zeile