|
simulink | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.tum.cs.simulink.builder.MDLParserException
public class MDLParserException
Exception thrown by the MDL parser. Exceptions may wrap other exceptions. *
| Constructor Summary | |
|---|---|
MDLParserException(java.lang.Exception exception)
Create new parser exception wrapping another exception. |
|
MDLParserException(java.lang.String message)
Create new parser exception. |
|
MDLParserException(java.lang.String message,
int lineNumber,
int columnNumber)
Create new parser exception. |
|
| Method Summary | |
|---|---|
int |
getColumnNumber()
Get line in the input file where problem occurred. |
int |
getLineNumber()
Get column in the input file where problem occurred. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 MDLParserException(java.lang.String message)
public MDLParserException(java.lang.String message,
int lineNumber,
int columnNumber)
message - exception descriptionlineNumber - line in the input file where problem occurredcolumnNumber - column in the input file where problem occurredpublic MDLParserException(java.lang.Exception exception)
| Method Detail |
|---|
public int getColumnNumber()
public int getLineNumber()
|
simulink | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||