at.dms.msggen
Class MsggenMessages

java.lang.Object
  |
  +--at.dms.msggen.MsggenMessages

public class MsggenMessages
extends java.lang.Object

The message list for Msggen


Field Summary
static MessageDescription DUPLICATE_DEFINITION
           
static MessageDescription IO_EXCEPTION
           
static MessageDescription PARSING_ERROR
           
static MessageDescription TOKEN_STREAM_ERROR
           
static MessageDescription UNKNOWN_FILE
           
 
Constructor Summary
MsggenMessages()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN_FILE

public static final MessageDescription UNKNOWN_FILE

TOKEN_STREAM_ERROR

public static final MessageDescription TOKEN_STREAM_ERROR

PARSING_ERROR

public static final MessageDescription PARSING_ERROR

IO_EXCEPTION

public static final MessageDescription IO_EXCEPTION

DUPLICATE_DEFINITION

public static final MessageDescription DUPLICATE_DEFINITION
Constructor Detail

MsggenMessages

public MsggenMessages()