org.apache.poi.hssf.model
Class InternalSheet.UnsupportedBOFType

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.poi.util.RecordFormatException
                  extended by org.apache.poi.hssf.model.InternalSheet.UnsupportedBOFType
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
InternalSheet

public static class InternalSheet.UnsupportedBOFType
extends RecordFormatException

See Also:
Serialized Form

Constructor Summary
protected InternalSheet.UnsupportedBOFType(int type)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class org.apache.poi.util.RecordFormatException
check
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalSheet.UnsupportedBOFType

protected InternalSheet.UnsupportedBOFType(int type)
Method Detail

getType

public int getType()