org.processmining.exporting.bpel4ws
Class MalformedXMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.processmining.exporting.bpel4ws.MalformedXMLException
All Implemented Interfaces:
java.io.Serializable

public class MalformedXMLException
extends java.lang.Exception

A simple Exception to signal an exception due to malformed XML.

Author:
Kristian Bisgaard Lassen
See Also:
Serialized Form

Constructor Summary
MalformedXMLException()
           
 
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

MalformedXMLException

public MalformedXMLException()