|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
at.dms.compiler.tools.common.FormattedException
at.dms.compiler.tools.optgen.OptgenError
public class OptgenError
Error thrown on problems encountered while running the program.
Constructor Summary | |
---|---|
OptgenError(Message message)
An exception with a formatted message as argument |
|
OptgenError(MessageDescription description)
An exception without parameters |
|
OptgenError(MessageDescription description,
Object parameter)
An exception with one parameter |
|
OptgenError(MessageDescription description,
Object[] parameters)
An exception with an arbitrary number of parameters |
|
OptgenError(MessageDescription description,
Object parameter1,
Object parameter2)
An exception with two parameters |
Method Summary |
---|
Methods inherited from class at.dms.compiler.tools.common.FormattedException |
---|
getFormattedMessage, getMessage, hasDescription |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
---|
public OptgenError(Message message)
message
- the formatted messagepublic OptgenError(MessageDescription description, Object[] parameters)
description
- the message descriptionparameters
- the array of parameterspublic OptgenError(MessageDescription description, Object parameter1, Object parameter2)
description
- the message descriptionparameter1
- the first parameterparameter2
- the second parameterpublic OptgenError(MessageDescription description, Object parameter)
description
- the message descriptionparameter
- the parameterpublic OptgenError(MessageDescription description)
description
- the message description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |