Uses of Class
org.im4java.core.IM4JavaException

Packages that use IM4JavaException
org.im4java.core   
 

Uses of IM4JavaException in org.im4java.core
 

Subclasses of IM4JavaException in org.im4java.core
 class CommandException
          This class wraps exceptions during image-attribute retrivial.
 class InfoException
          This class wraps exceptions during image-attribute retrivial.
 

Methods in org.im4java.core that throw IM4JavaException
private  void ImageCommand.resolveDynamicOperations(Operation pOp, java.util.LinkedList<java.lang.String> pArgs, java.lang.Object... pImages)
          Resolve DynamicOperations.
 Operation DynamicOperation.resolveOperation(java.lang.Object... pImages)
          Resolve the DynamicOperation.
 void DisplayCmd.run(Operation pOperation, java.lang.Object... images)
          Execute the command (replace given placeholders).
 void ImageCommand.run(Operation pOperation, java.lang.Object... images)
          Execute the command (replace given placeholders).
static void DisplayCmd.show(java.lang.String pImageName)
          Convinience method to show the image passed as an argument.