jACOB 2.7 API Documentation.

de.tif.jacob.core.exception
Class InvalidMimetypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.tif.jacob.core.exception.InvalidMimetypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMimetypeException
extends java.lang.Exception

This exception indicates that a respective mime type is not valid, i.e. is not supported by an operation.

See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
          The internal revision control system id.
static java.lang.String RCS_REV
          The internal revision control system id in short form.
 
Constructor Summary
InvalidMimetypeException(java.lang.String message)
          Constructs the InvalidMimetypeException.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RCS_ID

public static final transient java.lang.String RCS_ID
The internal revision control system id.

See Also:
Constant Field Values

RCS_REV

public static final transient java.lang.String RCS_REV
The internal revision control system id in short form.

See Also:
Constant Field Values
Constructor Detail

InvalidMimetypeException

public InvalidMimetypeException(java.lang.String message)
Constructs the InvalidMimetypeException.

Parameters:
message - the error message

jACOB 2.7 API Documentation.