org.xerial.util.xml.pullparser
Class ForbiddenOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xmlpull.v1.XmlPullParserException
              extended by 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

Field Summary
 
Fields inherited from class org.xmlpull.v1.XmlPullParserException
column, detail, row
 
Constructor Summary
ForbiddenOperationException(String arg0)
           
ForbiddenOperationException(String arg0, org.xmlpull.v1.XmlPullParser arg1, Throwable arg2)
           
 
Method Summary
 
Methods inherited from class org.xmlpull.v1.XmlPullParserException
getColumnNumber, getDetail, getLineNumber, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForbiddenOperationException

public ForbiddenOperationException(String arg0)

ForbiddenOperationException

public ForbiddenOperationException(String arg0,
                                   org.xmlpull.v1.XmlPullParser arg1,
                                   Throwable arg2)


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