Class CapabilityNotSetException

All Implemented Interfaces:
Serializable

public class CapabilityNotSetException extends RestrictedAccessException
Indicates an access to a live or compiled Scene Graph object without the required capability set.
See Also:
  • Constructor Details

    • CapabilityNotSetException

      public CapabilityNotSetException()
      Create the exception object with default values.
    • CapabilityNotSetException

      public CapabilityNotSetException(String str)
      Create the exception object that outputs message.
      Parameters:
      str - the message string to be output.