org.pietschy.command
Class IconMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pietschy.command.IconMissingException
All Implemented Interfaces:
java.io.Serializable

public class IconMissingException
extends java.lang.RuntimeException

The exception thrown when an icon can't be loaded from a command configuration file.

Version:
$Revision: 1.2 $
Author:
andrewp
See Also:
Serialized Form

Constructor Summary
IconMissingException(java.lang.String iconPath, java.lang.String iconType, 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

IconMissingException

public IconMissingException(java.lang.String iconPath,
                            java.lang.String iconType,
                            java.lang.Throwable cause)