org.springframework.extensions.surf.exception
Class TagExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.springframework.extensions.surf.exception.TagExecutionException
All Implemented Interfaces:
Serializable

public class TagExecutionException
extends Exception

Class that describes an exception which has occurred while processing tags in a tag executor.

Author:
muzquiano
See Also:
Serialized Form

Constructor Summary
TagExecutionException(String message)
          Instantiates a new tag execution exception.
TagExecutionException(String message, Exception ex)
          Instantiates a new tag execution exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagExecutionException

public TagExecutionException(String message)
Instantiates a new tag execution exception.

Parameters:
message - the message

TagExecutionException

public TagExecutionException(String message,
                             Exception ex)
Instantiates a new tag execution exception.

Parameters:
message - the message
ex - the ex


Copyright © 2009 SpringSource, Inc. All Rights Reserved.