Package org.codehaus.xsite.skins
Class FreemarkerSkin.CannotApplySkinException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.codehaus.xsite.skins.FreemarkerSkin.CannotApplySkinException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FreemarkerSkin
public static class FreemarkerSkin.CannotApplySkinException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotApplySkinException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CannotApplySkinException
public CannotApplySkinException(Throwable throwable)
-
-