de.smartics.properties.spi.core.metadata.comment
Class CommentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.smartics.properties.spi.core.metadata.comment.CommentException
-
All Implemented Interfaces:
-
Serializable
-
public class CommentException
-
extends
RuntimeException
Signals that a property comment cannot be parsed.
-
See Also:
-
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommentException
public CommentException(String systemId)
-
Default constructor.
-
Parameters:
-
systemId
- the resource that cannot be read.
CommentException
public CommentException(String systemId,
Throwable cause)
-
Default Constructor.
-
Parameters:
-
systemId
- the resource that cannot be read.
-
cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A
null value is permitted, and indicates that the cause is nonexistent or unknown.)
getSystemId
public final String getSystemId()
-
Returns the resource that cannot be read.
-
-
Returns:
-
the resource that cannot be read.
Copyright © 2012-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.