org.jaffa.presentation.portlet.widgets.controller.exceptions
Class XmlStructureRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jaffa.exceptions.CustomRuntimeException
                  extended byorg.jaffa.presentation.portlet.widgets.controller.exceptions.XmlStructureRuntimeException
All Implemented Interfaces:
Serializable

public class XmlStructureRuntimeException
extends CustomRuntimeException

This exception is thrown if the XML fragment passed to the controller is malformed

See Also:
Serialized Form

Constructor Summary
XmlStructureRuntimeException()
          Default constructor
XmlStructureRuntimeException(String msg)
          Constructs the exception with the specified detail message
XmlStructureRuntimeException(String msg, Throwable sourceException)
          Constructs the exception with the specified detail message and nested exception
 
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

XmlStructureRuntimeException

public XmlStructureRuntimeException()
Default constructor


XmlStructureRuntimeException

public XmlStructureRuntimeException(String msg)
Constructs the exception with the specified detail message

Parameters:
msg - the detail message

XmlStructureRuntimeException

public XmlStructureRuntimeException(String msg,
                                    Throwable sourceException)
Constructs the exception with the specified detail message and nested exception

Parameters:
msg - the detail message
sourceException - the nested exception


Copyright © 2002-2004 JAFFA Project.