Class SkinParameterException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.ametys.skinfactory.parameters.SkinParameterException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class SkinParameterException extends RuntimeException
Common exception for all Repository related problems.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SkinParameterException(String message)Constructs a new exception with the specified detail message.SkinParameterException(String message, Throwable cause)Constructs a new exception with the specified detail message and cause.SkinParameterException(Throwable cause)Constructs a new exception with the specified cause. 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SkinParameterException
public SkinParameterException(String message)
Constructs a new exception with the specified detail message.- Parameters:
 message- the detail message.
 
- 
SkinParameterException
public SkinParameterException(String message, Throwable cause)
Constructs a new exception with the specified detail message and cause.- Parameters:
 message- the detail message.cause- the cause.
 
- 
SkinParameterException
public SkinParameterException(Throwable cause)
Constructs a new exception with the specified cause.- Parameters:
 cause- the specified cause.
 
 - 
 
 -