Package org.teamapps.dto.generate
Klasse StringTemplatesErrorListener
java.lang.Object
org.teamapps.dto.generate.StringTemplatesErrorListener
- Alle implementierten Schnittstellen:
org.stringtemplate.v4.STErrorListener
public class StringTemplatesErrorListener
extends Object
implements org.stringtemplate.v4.STErrorListener
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidcompileTimeError(org.stringtemplate.v4.misc.STMessage stMessage) voidinternalError(org.stringtemplate.v4.misc.STMessage stMessage) voidIOError(org.stringtemplate.v4.misc.STMessage stMessage) voidrunTimeError(org.stringtemplate.v4.misc.STMessage stMessage)
-
Konstruktordetails
-
StringTemplatesErrorListener
public StringTemplatesErrorListener()
-
-
Methodendetails
-
compileTimeError
public void compileTimeError(org.stringtemplate.v4.misc.STMessage stMessage) - Angegeben von:
compileTimeErrorin Schnittstelleorg.stringtemplate.v4.STErrorListener
-
runTimeError
public void runTimeError(org.stringtemplate.v4.misc.STMessage stMessage) - Angegeben von:
runTimeErrorin Schnittstelleorg.stringtemplate.v4.STErrorListener
-
IOError
public void IOError(org.stringtemplate.v4.misc.STMessage stMessage) - Angegeben von:
IOErrorin Schnittstelleorg.stringtemplate.v4.STErrorListener
-
internalError
public void internalError(org.stringtemplate.v4.misc.STMessage stMessage) - Angegeben von:
internalErrorin Schnittstelleorg.stringtemplate.v4.STErrorListener
-