public final class ExmlcException extends RuntimeException implements FilePosition
| Constructor and Description |
|---|
ExmlcException(String message) |
ExmlcException(String message,
File file,
Exception e) |
ExmlcException(String message,
int line) |
ExmlcException(String message,
int line,
int column) |
ExmlcException(String message,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
File |
getFile() |
String |
getFileName() |
int |
getLine() |
void |
setColumn(int column) |
void |
setFile(File file) |
void |
setLine(int line) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ExmlcException(String message)
public ExmlcException(String message, int line)
public ExmlcException(String message, int line, int column)
public void setFile(File file)
public void setLine(int line)
public void setColumn(int column)
public File getFile()
public String getFileName()
getFileName in interface FilePositionpublic int getLine()
getLine in interface FilePositionpublic int getColumn()
getColumn in interface FilePositionCopyright © 2002–2015 CoreMedia AG. All rights reserved.