public class JXCSkinException
extends java.lang.Exception
Constructor and Description |
---|
JXCSkinException(@NotNull java.lang.String reason)
Creates a new instance.
|
JXCSkinException(@NotNull java.lang.String reason,
@NotNull java.lang.Throwable cause)
Creates a new instance.
|
public JXCSkinException(@NotNull @NotNull java.lang.String reason)
reason
- the reason why the skin failedpublic JXCSkinException(@NotNull @NotNull java.lang.String reason, @NotNull @NotNull java.lang.Throwable cause)
reason
- the reason why the skin failedcause
- the cause for this exception