org.xerial.util.xml.pullparser
Class ForbiddenOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xmlpull.v1.XmlPullParserException
org.xerial.util.xml.pullparser.ForbiddenOperationException
- All Implemented Interfaces:
- Serializable
public class ForbiddenOperationException
- extends org.xmlpull.v1.XmlPullParserException
ParserStatusクラスで、next()など、parserのstatusを変更するメソッドを呼び出したときに発生させる例外
- Author:
- leo
- See Also:
- Serialized Form
| Fields inherited from class org.xmlpull.v1.XmlPullParserException |
column, detail, row |
| Methods inherited from class org.xmlpull.v1.XmlPullParserException |
getColumnNumber, getDetail, getLineNumber, printStackTrace |
ForbiddenOperationException
public ForbiddenOperationException(String arg0)
ForbiddenOperationException
public ForbiddenOperationException(String arg0,
org.xmlpull.v1.XmlPullParser arg1,
Throwable arg2)

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.