org.jouvieje.fmodex.exceptions
Class UnimplementedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jouvieje.fmodex.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.


NativeFmodEx Project - © Copyright 2005-2010 - Jérôme Jouvie (Jouvieje)
NativeFmodEx is an Open Source Project under GNU LGPL License
My sites : http://jerome.jouvie.free.fr/

(Documentation Copyright © Firelight Technologies - FMOD Ex - http://www.fmod.org)