org.lixm.optional.v10.atattch.impl.nojsr172.helper
クラス SAXException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lixm.optional.v10.atattch.impl.nojsr172.helper.SAXException
- すべての実装されたインタフェース:
- java.io.Serializable
public class SAXException
- extends java.lang.Exception
Encapsulate a general SAX error or warning.
This module, both source code and documentation, is in the
Public Domain, and comes with NO WARRANTY.
This class can contain basic error or warning information from
either the XML parser or the application: a parser writer or
application writer can subclass it to provide additional
functionality. SAX handlers may throw this exception or
any exception subclassed from it.
If the application needs to pass through other types of
exceptions, it must wrap those exceptions in a SAXException
or an exception derived from a SAXException.
If the parser or application needs to include information about a
specific location in an XML document, it should use the
SAXParseException
subclass.
- 導入されたバージョン:
- SAX 1.0
- バージョン:
- 2.0
- 関連項目:
SAXParseException
,
直列化された形式
コンストラクタの概要 |
SAXException(java.lang.String message)
Create a new SAXException. |
クラス java.lang.Throwable から継承されたメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SAXException
public SAXException(java.lang.String message)
- Create a new SAXException.
- パラメータ:
message
- The error or warning message.
Copyright © 2005-2008 tasogare. All rights reserved.