Package org.qdl_lang.xml
Class XMLMissingCloseTagException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.qdl_lang.exceptions.QDLException
-
- org.qdl_lang.xml.XMLMissingCloseTagException
-
- All Implemented Interfaces:
Serializable
public class XMLMissingCloseTagException extends QDLException
Created by Jeff Gaynor
on 1/8/21 at 6:15 AM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLMissingCloseTagException(String tagname)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XMLMissingCloseTagException
public XMLMissingCloseTagException(String tagname)
-
-