Class MalformedXMLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.serialization.MalformedXMLException
All Implemented Interfaces:
java.io.Serializable

public class MalformedXMLException
extends java.lang.Exception
Exception for problems with XML-deserialization.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    MalformedXMLException​(java.lang.String message)
    create a new exception
    MalformedXMLException​(java.lang.String message, java.lang.Throwable cause)
    create a new exception
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MalformedXMLException

      public MalformedXMLException​(java.lang.String message)
      create a new exception
      Parameters:
      message -
    • MalformedXMLException

      public MalformedXMLException​(java.lang.String message, java.lang.Throwable cause)
      create a new exception
      Parameters:
      message -
      cause -