nl.gx.webmanager.services.contentrepresentation
Class ContentRepresentationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.gx.webmanager.services.contentrepresentation.ContentRepresentationException
All Implemented Interfaces:
java.io.Serializable

public class ContentRepresentationException
extends java.lang.Exception

This type is an exception class for the content representation packages.

See Also:
Serialized Form

Constructor Summary
ContentRepresentationException(java.lang.String msg)
          Constructor.
ContentRepresentationException(java.lang.String msg, java.lang.Throwable cause)
          Constructor.
 
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

ContentRepresentationException

public ContentRepresentationException(java.lang.String msg)
Constructor.

Parameters:
msg - the message of the exception

ContentRepresentationException

public ContentRepresentationException(java.lang.String msg,
                                      java.lang.Throwable cause)
Constructor.

Parameters:
msg - the message of the exception
cause - the cause of the exception


Copyright © 2007-2011 GX Software BV. All Rights Reserved.