com.jaxfront.core.util
Class LicenseErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jaxfront.core.util.LicenseErrorException
All Implemented Interfaces:
java.io.Serializable

public class LicenseErrorException
extends java.lang.RuntimeException

This exception is thrown if one trie to use the JAXFront DOMBuilder and no valid license is installed.

Version:
1.60
See Also:
Serialized Form

Field Summary
static java.lang.String MESSAGE
           
 
Constructor Summary
LicenseErrorException()
           
LicenseErrorException(java.lang.String message)
           
 
Method Summary
 void showLicenseDialog(javax.swing.JFrame parentFrame)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MESSAGE

public static final java.lang.String MESSAGE
See Also:
Constant Field Values
Constructor Detail

LicenseErrorException

public LicenseErrorException()

LicenseErrorException

public LicenseErrorException(java.lang.String message)
Method Detail

showLicenseDialog

public void showLicenseDialog(javax.swing.JFrame parentFrame)