de.smartics.testdoc.report.resource
Class IconNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)
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.