Compoze Software, Inc.

com.compoze.util
Class NotImplementedException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--java.lang.RuntimeException

                    |

                    +--com.compoze.util.NotImplementedException

All Implemented Interfaces:
java.io.Serializable

public class NotImplementedException
extends java.lang.RuntimeException

This class is an Exception that may be thrown in cases where a method is published but not implemented.

See Also:
Serialized Form

Constructor Summary
NotImplementedException()
          Constructor.
NotImplementedException(java.lang.String sMessage)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotImplementedException


public NotImplementedException()
Constructor.

NotImplementedException


public NotImplementedException(java.lang.String sMessage)
Constructor.
Parameters:
sMessage - a detail message for the exception

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.