Class HutnConfigFileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.epsilon.hutn.exceptions.HutnException
-
- org.eclipse.epsilon.hutn.exceptions.HutnTranslationException
-
- org.eclipse.epsilon.hutn.exceptions.HutnConfigFileNotFoundException
-
- All Implemented Interfaces:
Serializable
public class HutnConfigFileNotFoundException extends HutnTranslationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HutnConfigFileNotFoundException(String path, int line, int col)
HutnConfigFileNotFoundException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumn()
int
getLine()
String
getPath()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getPath
public String getPath()
-
getLine
public int getLine()
-
getColumn
public int getColumn()
-
-