cuba.util
Class GeneratedMessage
java.lang.Object
cuba.util.GeneratedMessage
public class GeneratedMessage
- extends java.lang.Object
This is one Message wich was created during the generate-process. It is one part of the GeneratorResult.
- Author:
- dbt
Constructor Summary |
GeneratedMessage(java.lang.String info)
|
GeneratedMessage(java.lang.String text,
int severity,
java.lang.String file,
java.lang.String location,
int locationType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneratedMessage
public GeneratedMessage(java.lang.String info)
GeneratedMessage
public GeneratedMessage(java.lang.String text,
int severity,
java.lang.String file,
java.lang.String location,
int locationType)
getLocation
public java.lang.String getLocation()
- Returns the package/class/method or DOM-Path or LineNumber which caused the message.
- Returns:
- location
getMessage
public java.lang.String getMessage()
getSeverity
public int getSeverity()
getLocationType
public int getLocationType()
getFile
public java.lang.String getFile()