Package net.sf.saxon.trans
Class LicenseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.saxon.trans.LicenseException
- All Implemented Interfaces:
Serializable
Exception thrown when there are problems with the license file
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
EXPIRED
public static final int EXPIRED- See Also:
-
INVALID
public static final int INVALID- See Also:
-
NOT_FOUND
public static final int NOT_FOUND- See Also:
-
WRONG_FEATURES
public static final int WRONG_FEATURES- See Also:
-
CANNOT_READ
public static final int CANNOT_READ- See Also:
-
WRONG_CONFIGURATION
public static final int WRONG_CONFIGURATION- See Also:
-
-
Constructor Details
-
LicenseException
-
-
Method Details
-
setReason
public void setReason(int reason) -
getReason
public int getReason()
-