com.xinapse.loadableimage
Class ParameterNotSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xinapse.loadableimage.ParameterNotSetException
All Implemented Interfaces:
java.io.Serializable

public class ParameterNotSetException
extends java.lang.Exception

Indicates that a parameter is not stored in a LoadableImage.

See Also:
Serialized Form

Constructor Summary
ParameterNotSetException()
          Constructs an ParameterNotSetException with "parameter not set" as its error detail message.
ParameterNotSetException(java.lang.String s)
          Constructs a ParameterNotSetException with the specified detail message.
ParameterNotSetException(java.lang.String message, java.lang.Throwable cause)
          Constructs a ParameterNotSetException with the specified cause.
 
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

ParameterNotSetException

public ParameterNotSetException()
Constructs an ParameterNotSetException with "parameter not set" as its error detail message.


ParameterNotSetException

public ParameterNotSetException(java.lang.String s)
Constructs a ParameterNotSetException with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.

Parameters:
s - the detail message.

ParameterNotSetException

public ParameterNotSetException(java.lang.String message,
                                java.lang.Throwable cause)
Constructs a ParameterNotSetException with the specified cause.

Parameters:
message - the detail message.
cause - the cause.


Copyright 2006-2008 Xinapse Systems Limited. All Rights Reserved.