org.springframework.web.servlet.view.xslt
Class FormatHelper.XsltFormattingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.springframework.core.NestedRuntimeException
                          |
                          +--org.springframework.web.servlet.view.xslt.FormatHelper.XsltFormattingException

public static class FormatHelper.XsltFormattingException
extends NestedRuntimeException

XsltFormattingException

Author:
Rod Johnson

Constructor Summary
FormatHelper.XsltFormattingException(String msg, Throwable ex)
           

Methods inherited from class org.springframework.core.NestedRuntimeException
getCause, getMessage, printStackTrace, printStackTrace

Methods inherited from class java.lang.Throwable
printStackTrace, getStackTrace, setStackTrace, getLocalizedMessage, toString, fillInStackTrace, initCause

Methods inherited from class java.lang.Object
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals

Constructor Detail

FormatHelper.XsltFormattingException

public FormatHelper.XsltFormattingException(String msg, Throwable ex)