Class ExtendedError

java.lang.Object
org.eclipse.lyo.oslc4j.core.model.ExtendedError

@OslcNamespace("http://open-services.net/ns/core#") @OslcResourceShape(title="OSLC Extended Error Resource Shape", describes="http://open-services.net/ns/core#ExtendedError") public class ExtendedError extends Object
  • Constructor Details

    • ExtendedError

      public ExtendedError()
  • Method Details

    • getHintHeight

      @OslcDescription("Values MUST be expressed in relative length units as defined in the W3C Cascading Style Sheets Specification (CSS 2.1) Em and ex units are interpreted relative to the default system font (at 100% size).") @OslcPropertyDefinition("http://open-services.net/ns/core#hintHeight") @OslcReadOnly @OslcTitle("Hint Height") public String getHintHeight()
    • getHintWidth

      @OslcDescription("Values MUST be expressed in relative length units as defined in the W3C Cascading Style Sheets Specification (CSS 2.1) Em and ex units are interpreted relative to the default system font (at 100% size).") @OslcPropertyDefinition("http://open-services.net/ns/core#hintWidth") @OslcReadOnly @OslcTitle("Hint Width") public String getHintWidth()
    • getMoreInfo

      @OslcDescription("A resource giving more information on the error SHOULD be of an HTML content-type.") @OslcPropertyDefinition("http://open-services.net/ns/core#moreInfo") @OslcReadOnly @OslcTitle("More Info") public URI getMoreInfo()
    • getRel

      @OslcDescription("If present and set to \'alternate\' then indicates that work-around is provided, behavior for other values is undefined.") @OslcPropertyDefinition("http://open-services.net/ns/core#rel") @OslcReadOnly @OslcTitle("Rel") public String getRel()
    • setHintHeight

      public void setHintHeight(String hintHeight)
    • setHintWidth

      public void setHintWidth(String hintWidth)
    • setMoreInfo

      public void setMoreInfo(URI moreInfo)
    • setRel

      public void setRel(String rel)