Package cz.diribet.aqdef
Class AqdefValidityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cz.diribet.aqdef.AqdefValidityException
-
- All Implemented Interfaces:
Serializable
public class AqdefValidityException extends RuntimeException
Indicates that the AQDEF content has invalid structure, format or is malformed in another way.- Author:
- Vlastimil Dolejs
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AqdefValidityException()AqdefValidityException(String message)AqdefValidityException(String message, Throwable cause)AqdefValidityException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-