|
||||||||||
| 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.include.IncludeError
public class IncludeError
Error thrown on problems encountered while running the program.
| Constructor Summary | |
|---|---|
IncludeError(Message message)
An exception with a formatted message as argument |
|
IncludeError(MessageDescription description)
An exception without parameters |
|
IncludeError(MessageDescription description,
Object parameter)
An exception with one parameter |
|
IncludeError(MessageDescription description,
Object[] parameters)
An exception with an arbitrary number of parameters |
|
IncludeError(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 IncludeError(Message message)
message - the formatted message
public IncludeError(MessageDescription description,
Object[] parameters)
description - the message descriptionparameters - the array of parameters
public IncludeError(MessageDescription description,
Object parameter1,
Object parameter2)
description - the message descriptionparameter1 - the first parameterparameter2 - the second parameter
public IncludeError(MessageDescription description,
Object parameter)
description - the message descriptionparameter - the parameterpublic IncludeError(MessageDescription description)
description - the message description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||