nanoJBlend

java.io
クラス UTFDataFormatException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.io.IOException
              上位を拡張 java.io.UTFDataFormatException

public class UTFDataFormatException
extends IOException

UTFDataFormatException は Modified UTF-8 に沿っていない不正な文字列をデータ入力ストリームから読み込んだ場合、および出力ストリームに書き込む際にデータ長が規定より長くなってしまったときにスローされます。


コンストラクタの概要
UTFDataFormatException()
          詳細メッセージの無い UTFDataFormatException を生成する
UTFDataFormatException(String message)
          詳細メッセージが付属する UTFDataFormatException を生成します。
 
メソッドの概要
 
クラス java.lang.Throwable から継承されたメソッド
getMessage, printStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait
 

コンストラクタの詳細

UTFDataFormatException

public UTFDataFormatException()
詳細メッセージの無い UTFDataFormatException を生成する


UTFDataFormatException

public UTFDataFormatException(String message)
詳細メッセージが付属する UTFDataFormatException を生成します。

パラメータ:
message - 詳細メッセージ

nanoJBlend

Copyright 2005-2013 Aplix and/or its affiliates. All rights reserved. Aplix Confidential and Restricted.
NTT DOCOMO and Hitachi Kokusai Electric Confidential