org.jouvieje.bass.exceptions
Class InitException

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

public class InitException
extends java.lang.Exception

Thrown when the initialization is is not correctly done.
Used by Init.loadLibraries()

See Also:
Serialized Form

Constructor Summary
InitException(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

InitException

public InitException(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)