se.datadosen.jalbum
Class ParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by se.datadosen.jalbum.ParameterException
All Implemented Interfaces:
java.io.Serializable

public class ParameterException
extends java.lang.Exception

Thrown by AlbumBean if a parameter is incorrect, for example an image size missing the "x"

See Also:
Serialized Form

Constructor Summary
ParameterException()
           
ParameterException(java.lang.String msg)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterException

public ParameterException()

ParameterException

public ParameterException(java.lang.String msg)