Serialized Form
-
Package org.apache.commons.imaging
-
Exception org.apache.commons.imaging.ImagingException
class ImagingException extends IOException implements Serializable- serialVersionUID:
- -1L
-
Exception org.apache.commons.imaging.ImagingFormatException
class ImagingFormatException extends ImagingRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.commons.imaging.ImagingOverflowException
class ImagingOverflowException extends ImagingException implements Serializable- serialVersionUID:
- 1L
-
Exception org.apache.commons.imaging.ImagingRuntimeException
class ImagingRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.commons.imaging.common
-
Exception org.apache.commons.imaging.common.AllocationRequestException
class AllocationRequestException extends ImagingRuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
limit
int limit
-
request
BigInteger request
-
-
Class org.apache.commons.imaging.common.RationalNumber
class RationalNumber extends Number implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
divisor
long divisor
-
numerator
long numerator
-
unsignedType
boolean unsignedType
-
-