RoboJDETM v2.0

com.ridgesoft.vm
Class LicenseError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.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.
 
Method Summary
 
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 v2.0

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