de.smartics.testdoc.report.resource
Class IconNotFoundException

Package class diagram package IconNotFoundException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.smartics.testdoc.report.resource.IconNotFoundException
All Implemented Interfaces:
Serializable

public class IconNotFoundException
     
     
extends RuntimeException

Signals that a references icon has not been found at the specified location.

Author:
Robert Reiner
See Also:
Serialized Form

Constructor Summary
IconNotFoundException(String iconId)
          Convenience constructor.
IconNotFoundException(String iconId, Throwable cause)
          Default constructor.
 
Method Summary
 String getIconId()
          Returns the identifier of the icon that has not been found.
 
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

IconNotFoundException

public IconNotFoundException(String iconId)
Convenience constructor.

Parameters:
iconId - the identifier of the icon that has not been found.
See Also:
IconNotFoundException#ResourceNotFoundException(String, null)

IconNotFoundException

public IconNotFoundException(String iconId,
                             Throwable cause)
Default constructor.

Parameters:
iconId - the identifier of the icon that has not been found.
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
See Also:
RuntimeException.RuntimeException(String, Throwable)
Method Detail

getIconId

public String getIconId()
Returns the identifier of the icon that has not been found.

Returns:
the identifier of the icon that has not been found.


Copyright © 2010-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.