public final class IconException
extends java.lang.RuntimeException
IconManager,
Serialized Form| Constructor and Description |
|---|
IconException()
Constructs a new IconException with
null as its detail message. |
IconException(java.lang.String message)
Constructs a new IconException with the specified detail message.
|
IconException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new IconException with the specified detail message and cause.
|
IconException(java.lang.Throwable cause)
Constructs a new IconException with the specified cause.
|
public IconException()
null as its detail message.public IconException(java.lang.String message)
message - exception messagepublic IconException(java.lang.String message,
java.lang.Throwable cause)
message - exception messagecause - exception causepublic IconException(java.lang.Throwable cause)
cause - exception cause