coins.aflow.util
Class UnimplementedMethodException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bycoins.aflow.util.FlowError
              extended bycoins.aflow.util.UnimplementedMethodException
All Implemented Interfaces:
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.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Error
 
Constructor Summary
UnimplementedMethodException()
          Creates a new instance of UnimplementedMethodException
UnimplementedMethodException(java.lang.String pComment)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnimplementedMethodException

public UnimplementedMethodException()
Creates a new instance of UnimplementedMethodException


UnimplementedMethodException

public UnimplementedMethodException(java.lang.String pComment)