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