org.deegree_impl.clients.wmsclient.model
Class ModelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree_impl.clients.wmsclient.model.ModelException
All Implemented Interfaces:
java.io.Serializable

public class ModelException
extends java.lang.Exception

Version:
$Revision: 1.1 $
Author:
Andreas Poth
See Also:
Serialized Form

Field Summary
private  java.lang.String message
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ModelException(java.lang.String message)
          Creates a new ModelException object.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

private java.lang.String message
Constructor Detail

ModelException

public ModelException(java.lang.String message)
Creates a new ModelException object.

Parameters:
message -
Method Detail

toString

public java.lang.String toString()
Returns: