org.barracudamvc.core.comp
Class UnsupportedFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.barracudamvc.plankton.exceptions.NestableException
org.barracudamvc.core.comp.RenderException
org.barracudamvc.core.comp.UnsupportedFormatException
- All Implemented Interfaces:
- Serializable
public class UnsupportedFormatException
- extends RenderException
This exception indicates the specified format is not
supported.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedFormatException
public UnsupportedFormatException()
- The noargs public contructor for UnsupportedFormatException
UnsupportedFormatException
public UnsupportedFormatException(String s)
- The public contructor for UnsupportedFormatException
- Parameters:
s
- a String describing the exception
UnsupportedFormatException
public UnsupportedFormatException(String s,
Exception ibaseException)
- The public contructor for UnsupportedFormatException
- Parameters:
s
- a String describing the exceptionibaseException
- the original exception to wrap within this exception
Copyright © 2006 BarracudaMVC.org All Rights Reserved.