org.rr0
Class NotImplementedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.rr0.NotImplementedException

public class NotImplementedException
extends RuntimeException

Author:
J?r?me Beau
Version: 2 août 2003 11:28:16

Constructor Summary
NotImplementedException()
           
NotImplementedException(String message)
           
NotImplementedException(String message, Throwable cause)
           
NotImplementedException(Throwable cause)
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Constructor Detail

NotImplementedException

public NotImplementedException()

NotImplementedException

public NotImplementedException(String message)

NotImplementedException

public NotImplementedException(String message, Throwable cause)

NotImplementedException

public NotImplementedException(Throwable cause)