org.lwjgl.fmod3
Class FMODException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lwjgl.LWJGLException
              extended by org.lwjgl.fmod3.FMODException
All Implemented Interfaces:
java.io.Serializable

public class FMODException
extends LWJGLException

FMOD Exception specific for FMOD exceptions (duh!)

Version:
$Revision: 2337 $ $Id: FMODException.java 2337 2006-05-16 18:51:27Z cix_foo $
Author:
Brian Matzon
See Also:
Serialized Form

Constructor Summary
FMODException(java.lang.String msg)
          Creates a new FMODException
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FMODException

public FMODException(java.lang.String msg)
Creates a new FMODException

Parameters:
msg - Message describing nature of exception


Copyright © 2002-2006 lwjgl.org. All Rights Reserved.