edu.upc.dama.dex.core
Class LicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.upc.dama.dex.core.LicenseException
All Implemented Interfaces:
java.io.Serializable

public class LicenseException
extends java.lang.RuntimeException

Thrown when the license of DEX is invalid.

If a license string exists, it must be a valid license string.

This is a unchecked exception

See Also:
Serialized Form
Author:
Sparsity Technologies

Constructor Summary
LicenseException(java.lang.String str)
          Creates a new instance of LicenseException
 
Method Summary
 
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
 

Constructor Detail

LicenseException

public LicenseException(java.lang.String str)
Creates a new instance of LicenseException