LixM ME 1.3(1.3.0)

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.

LixM ME 1.3(1.3.0)

Copyright © 2005-2008 tasogare. All rights reserved.