Class AssetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byAssetException
All Implemented Interfaces:
java.io.Serializable

public class AssetException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
AssetException(int errorType)
          Erzeugt eine AssetException
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssetException

public AssetException(int errorType)
Erzeugt eine AssetException

Parameters:
errorType - Fehlertyp
Method Detail

getMessage

public java.lang.String getMessage()