com.jme3.asset
Class AssetLoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jme3.asset.AssetLoadException
All Implemented Interfaces:
java.io.Serializable

public class AssetLoadException
extends java.lang.RuntimeException

AssetLoadException is thrown when the AssetManager is able to find the requested asset, but there was a problem while loading it.

See Also:
Serialized Form

Constructor Summary
AssetLoadException(java.lang.String message)
           
AssetLoadException(java.lang.String message, java.lang.Throwable cause)
           
 
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

AssetLoadException

public AssetLoadException(java.lang.String message)

AssetLoadException

public AssetLoadException(java.lang.String message,
                          java.lang.Throwable cause)