waba.fx
Class ImageError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--waba.fx.ImageError

public class ImageError
extends java.lang.Error

This class is used to throw an exception when an image could not be loaded for any reason. To enable its use, set the Settings.useExceptions boolean flag to true.

Since:
SuperWaba 5.8.
See Also:
Serialized Form

Constructor Summary
ImageError(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageError

public ImageError(java.lang.String msg)