org.jouvieje.bass.exceptions
Class UnimplementedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jouvieje.bass.exceptions.UnimplementedException
All Implemented Interfaces:
java.io.Serializable

public class UnimplementedException
extends java.lang.RuntimeException

Thrown when an unimplemented feature is invoked.

See Also:
Serialized Form

Constructor Summary
UnimplementedException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnimplementedException

public UnimplementedException(java.lang.String message)
Parameters:
message - message that describe the exception.


NativeBass is an Open Source Project under GNU LGPL License
NativeBass Project - © Copyright 2007-2008 - Jérôme Jouvie (Jouvieje)
http://jerome.jouvie.free.fr/ - jerome.jouvie@gmail.com

(Documentation Copyright © Ian Luck - BASS - http://www.un4seen.com)