Class XmlNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.unirostock.sems.ModelCrawler.databases.Interface.exceptions.XmlNotFoundException
-
- All Implemented Interfaces:
Serializable
public class XmlNotFoundException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlNotFoundException()
XmlNotFoundException(String message)
XmlNotFoundException(String message, Throwable cause)
XmlNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-