Class ContentRepresentationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.gx.webmanager.services.contentrepresentation.ContentRepresentationException
-
- All Implemented Interfaces:
Serializable
public class ContentRepresentationException extends Exception
This type is an exception class for the content representation packages.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentRepresentationException(String msg)
Constructor.ContentRepresentationException(String msg, Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ContentRepresentationException
public ContentRepresentationException(String msg)
Constructor.- Parameters:
msg
- the message of the exception
-
-