Class NotCompliantSizeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byNotCompliantSizeException
All Implemented Interfaces:
java.io.Serializable

public class NotCompliantSizeException
extends java.lang.Exception

When images not have the same sizes

See Also:
Serialized Form

Constructor Summary
NotCompliantSizeException()
           
NotCompliantSizeException(java.lang.String gripe)
           
 
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

NotCompliantSizeException

public NotCompliantSizeException()

NotCompliantSizeException

public NotCompliantSizeException(java.lang.String gripe)