Package tigase.conf
Class ConfigReader.UnsupportedOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tigase.conf.ConfigReader.ConfigException
-
- tigase.conf.ConfigReader.UnsupportedOperationException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConfigReader
public static class ConfigReader.UnsupportedOperationException extends ConfigReader.ConfigException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedOperationException(String msg, int line, int position, String lineContent, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLine()StringgetLineContent()intgetPosition()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-