at.dms.msggen
Class MsggenError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--at.dms.util.FormattedException
|
+--at.dms.msggen.MsggenError
- All Implemented Interfaces:
- java.io.Serializable
- public class MsggenError
- extends FormattedException
Error thrown on problems encountered while running the program.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MsggenError
public MsggenError(Message message)
- An exception with a formatted message as argument
- Parameters:
message
- the formatted message
MsggenError
public MsggenError(MessageDescription description,
java.lang.Object[] parameters)
- An exception with an arbitrary number of parameters
- Parameters:
description
- the message descriptionparameters
- the array of parameters
MsggenError
public MsggenError(MessageDescription description,
java.lang.Object parameter1,
java.lang.Object parameter2)
- An exception with two parameters
- Parameters:
description
- the message descriptionparameter1
- the first parameterparameter2
- the second parameter
MsggenError
public MsggenError(MessageDescription description,
java.lang.Object parameter)
- An exception with one parameter
- Parameters:
description
- the message descriptionparameter
- the parameter
MsggenError
public MsggenError(MessageDescription description)
- An exception without parameters
- Parameters:
description
- the message description