com.saxonica.config
Class LicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Field Summary
static int EXPIRED
           
static int INVALID
           
static int NOT_FOUND
           
static int WRONG_FEATURES
           
 
Constructor Summary
LicenseException(String message, int reason)
           
 
Method Summary
 int getReason()
           
 void setReason(int reason)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

LicenseException

public LicenseException(String message,
                        int reason)
Method Detail

setReason

public void setReason(int reason)

getReason

public int getReason()


Copyright (c) Saxonica Limited. All rights reserved.