coins.aflow.util
クラス UnimplementedMethodException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--coins.aflow.util.FlowError
                    |
                    +--coins.aflow.util.UnimplementedMethodException
すべての実装インタフェース:
java.io.Serializable

public class UnimplementedMethodException
extends FlowError

Thrown to indicate that the requested method is not implemented yet.

The method needs to be implemented immediately when this exception is thrown.

関連項目:
直列化された形式

フィールドの概要
 
クラス java.lang.Error から継承したフィールド
 
コンストラクタの概要
UnimplementedMethodException()
          Creates a new instance of UnimplementedMethodException
UnimplementedMethodException(java.lang.String pComment)
           
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

UnimplementedMethodException

public UnimplementedMethodException()
Creates a new instance of UnimplementedMethodException


UnimplementedMethodException

public UnimplementedMethodException(java.lang.String pComment)