org.w3c.rdfpic.core
Class UnknownImgTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.w3c.rdfpic.core.UnknownImgTypeException

public class UnknownImgTypeException
extends java.lang.Exception

This exception is thrown when the type of image is unknown and thus the image cannot be loaded.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
UnknownImgTypeException()
           
UnknownImgTypeException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

UnknownImgTypeException

public UnknownImgTypeException()

UnknownImgTypeException

public UnknownImgTypeException(java.lang.String msg)