| java.lang.Object java.lang.Throwable java.lang.Exception org.openharmonise.rm.HarmoniseException
All known Subclasses: org.openharmonise.rm.security.authentication.UserAuthenticationException, org.openharmonise.rm.metadata.InvalidDataTypeException, org.openharmonise.rm.security.authorization.AuthorizationException, org.openharmonise.rm.tasks.TaskExecutionException, org.openharmonise.rm.sessions.SessionException, org.openharmonise.rm.resources.InvalidParentException, org.openharmonise.rm.resources.content.AssetException, org.openharmonise.rm.logging.LogException, org.openharmonise.rm.resources.lifecycle.EditException, org.openharmonise.rm.resources.metadata.properties.ranges.InvalidRangeRestrictionException, org.openharmonise.rm.search.SearchException, org.openharmonise.rm.resources.InvalidChildException, org.openharmonise.rm.metadata.ProfileException, org.openharmonise.rm.resources.InvalidNameException, org.openharmonise.rm.publishing.PublishException, org.openharmonise.rm.resources.InvalidIdException, org.openharmonise.rm.search.HarmoniseIndexerException, org.openharmonise.rm.commands.CommandException, org.openharmonise.rm.resources.metadata.properties.ranges.InvalidRangeObjectException, org.openharmonise.rm.publishing.renderers.RenderException, org.openharmonise.rm.PopulateException, org.openharmonise.rm.security.authentication.InvalidUserException, org.openharmonise.rm.factory.ClassFinderException, org.openharmonise.rm.metadata.InvalidProfileException, org.openharmonise.rm.publishing.StateException, org.openharmonise.rm.factory.HarmoniseFactoryException, org.openharmonise.rm.DataAccessException, org.openharmonise.rm.config.ConfigException,
HarmoniseException | abstract public class HarmoniseException extends Exception implements Publishable(Code) | | Abstract base class for all exceptions thrown within Harmonise.
author: Michael Bell version: $Revision: 1.1 $ |
TAG_EXCEPTION | final public static String TAG_EXCEPTION(Code) | | Exception tag name
|
TAG_MESSAGE | final public static String TAG_MESSAGE(Code) | | Message tag name
|
TAG_STACKTRACE | final public static String TAG_STACKTRACE(Code) | | Stack trace tag name
|
HarmoniseException | public HarmoniseException()(Code) | | Constructs an exception with no detail message and no cause
|
HarmoniseException | public HarmoniseException(String s)(Code) | | Constructs an exception with the specified detail message and no
cause.
Parameters: s - the detail message |
HarmoniseException | public HarmoniseException(String s, Throwable e)(Code) | | Constructs an exception with the specified detail message and
cause.
Parameters: s - the detail message Parameters: e - the cause |
HarmoniseException | public HarmoniseException(Throwable e)(Code) | | Constructs an exception with the specified cause.
Parameters: e - the cause |
printOriginalStackTrace | public void printOriginalStackTrace(PrintWriter out)(Code) | | Prints the causes stack trace to the specified PrintWriter .
Parameters: out - the PrintWriter |
printOriginalStackTrace | public void printOriginalStackTrace(PrintStream out)(Code) | | Prints the causes stack trace to the specified PrintStream .
Parameters: out - the PrintStream |
publish | public Element publish(XMLDocument xmlDoc)(Code) | | Returns the XML element representation of this exception using the
given XMLDocument as the owner Document .
Parameters: xmlDoc - the owner Document the XML element representation of this exception |
|
|