RoboJDETM v1.5

com.ridgesoft.vm
Class LicenseError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bycom.ridgesoft.vm.LicenseError

public class LicenseError
extends Error

Exception thrown when a limit imposed by the current license has been exceeded.

The message included in the exception identifies the limit that was exceeded.

To avoid this exception, obtain a license which meets the needs of your application, or consider restructuring the application to avoid hitting the limit.

The types of license errors are:


Constructor Summary
LicenseError(String message)
          Constructs a LicenseError object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

LicenseError

public LicenseError(String message)
Constructs a LicenseError object.

Parameters:
message - error message

RoboJDETM v1.5

Copyright (c) 2003-2006 RidgeSoft, LLC. All rights reserved.
www.ridgesoft.com