org.jasig.portlet.cms.mvc.exception
Class StringCleaningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.portlet.cms.mvc.exception.StringCleaningException
All Implemented Interfaces:
Serializable

public class StringCleaningException
extends RuntimeException

Version:
$Revision: 22695 $
Author:
Jen Bourey, jbourey@unicon.net
See Also:
Serialized Form

Constructor Summary
StringCleaningException()
           
StringCleaningException(String message)
           
StringCleaningException(String message, Throwable cause)
           
StringCleaningException(Throwable cause)
           
 
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

StringCleaningException

public StringCleaningException()

StringCleaningException

public StringCleaningException(String message,
                               Throwable cause)

StringCleaningException

public StringCleaningException(String message)

StringCleaningException

public StringCleaningException(Throwable cause)


Copyright © 2011 Jasig. All Rights Reserved.