Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Uses of Class
oracle.irm.engine.types.content.sealing.ContentParseException.Reason

Packages that use ContentParseException.Reason
oracle.irm.engine.types.content.sealing Sealing and Unsealing related objects, enumerations and exceptions. 

 

Uses of ContentParseException.Reason in oracle.irm.engine.types.content.sealing

 

Methods in oracle.irm.engine.types.content.sealing that return ContentParseException.Reason
static ContentParseException.Reason ContentParseException.Reason.fromValue(String value)
          Get the enumeration value from a string.
 ContentParseException.Reason ContentParseException.getReason()
          The reason the parsing failed.
static ContentParseException.Reason ContentParseException.Reason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentParseException.Reason[] ContentParseException.Reason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.irm.engine.types.content.sealing with parameters of type ContentParseException.Reason
 void ContentParseException.setReason(ContentParseException.Reason value)
          The reason the parsing failed.

 

Constructors in oracle.irm.engine.types.content.sealing with parameters of type ContentParseException.Reason
ContentParseException(ContentParseException.Reason reason)
          Constructor.

 


Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.