Class NotImplementedException

All Implemented Interfaces:
Serializable

public class NotImplementedException extends RuntimeException

Description: An Error thrown when some functionality is not yet implemented. Mirrors the .NET exception of the same name

Copyright: Copyright (c) 2006

Version:
$Revision$
See Also:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException()
    • NotImplementedException

      public NotImplementedException(String message)
    • NotImplementedException

      public NotImplementedException(String message, Throwable cause)