com.saxonica.config
Class LicenseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.saxonica.config.LicenseException
- All Implemented Interfaces:
- Serializable
public class LicenseException
- extends RuntimeException
Exception thrown when there are problems with the license file
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EXPIRED
public static final int EXPIRED
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
- See Also:
- Constant Field Values
NOT_FOUND
public static final int NOT_FOUND
- See Also:
- Constant Field Values
WRONG_FEATURES
public static final int WRONG_FEATURES
- See Also:
- Constant Field Values
LicenseException
public LicenseException(String message,
int reason)
setReason
public void setReason(int reason)
getReason
public int getReason()
Copyright (c) Saxonica Limited. All rights reserved.