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
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
CANNOT_READ
public static final int CANNOT_READ
- See Also:
- Constant Field Values
WRONG_CONFIGURATION
public static final int WRONG_CONFIGURATION
- See Also:
- Constant Field Values
LicenseException
public LicenseException(String message,
int reason)
setReason
public void setReason(int reason)
getReason
public int getReason()
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.