jm.jigl
Class IllegalPBMFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jm.jigl.IllegalPBMFormatException
All Implemented Interfaces:
java.io.Serializable

public class IllegalPBMFormatException
extends java.lang.Exception

Exception for an signal that has the correct magic number but incorrect format

See Also:
jigl.image.IllegalPBMFormatException, Serialized Form

Constructor Summary
IllegalPBMFormatException()
           
 
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

IllegalPBMFormatException

public IllegalPBMFormatException()