Package org.qdl_lang.exceptions
Class NamespaceException
- 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.exceptions.NamespaceException
-
- All Implemented Interfaces:
Serializable
public class NamespaceException extends QDLException
Created by Jeff Gaynor
on 1/21/20 at 3:42 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamespaceException()
NamespaceException(String message)
NamespaceException(String message, Throwable cause)
NamespaceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-