Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hpsf » [javadoc | source]
org.apache.poi.hpsf
public class: NoSingleSectionException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            org.apache.poi.hpsf.HPSFRuntimeException
               org.apache.poi.hpsf.NoSingleSectionException

All Implemented Interfaces:
    Serializable

This exception is thrown if one of the PropertySet 's convenience methods that require a single Section is called and the PropertySet does not contain exactly one Section .

The constructors of this class are analogous to those of its superclass and documented there.

Constructor:
 public NoSingleSectionException() 
 public NoSingleSectionException(String msg) 

    Constructor

    Parameters:
    msg - The exception's message string
 public NoSingleSectionException(Throwable reason) 

    Constructor

    Parameters:
    reason - This exception's underlying reason
 public NoSingleSectionException(String msg,
    Throwable reason) 

    Constructor

    Parameters:
    msg - The exception's message string
    reason - This exception's underlying reason
Methods from org.apache.poi.hpsf.HPSFRuntimeException:
getReason,   printStackTrace,   printStackTrace,   printStackTrace
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait