Package de.hybris.bootstrap.xml
Class XMLWriteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.bootstrap.xml.XMLWriteException
-
- All Implemented Interfaces:
java.io.Serializable
public class XMLWriteException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLWriteException(XMLTagWriter tagWriter, java.lang.String message)XMLWriteException(java.lang.String message)XMLWriteException(java.lang.Throwable cause, XMLTagWriter tagWriter, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLTagWritergetTagWriter()
-
-
-
Constructor Detail
-
XMLWriteException
public XMLWriteException(java.lang.String message)
-
XMLWriteException
public XMLWriteException(XMLTagWriter tagWriter, java.lang.String message)
-
XMLWriteException
public XMLWriteException(java.lang.Throwable cause, XMLTagWriter tagWriter, java.lang.String message)
-
-
Method Detail
-
getTagWriter
public XMLTagWriter getTagWriter()
-
-