Package org.codehaus.xsite.skins
Class FreemarkerSkin.CannotCreateSkinException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.codehaus.xsite.skins.FreemarkerSkin.CannotCreateSkinException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FreemarkerSkin
public static class FreemarkerSkin.CannotCreateSkinException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotCreateSkinException(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
-
CannotCreateSkinException
public CannotCreateSkinException(Throwable throwable)
-
-