de.smartics.properties.spi.core.metadata.projectdoc
Class MetaDataException

Package class diagram package MetaDataException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.smartics.properties.spi.core.metadata.projectdoc.MetaDataException
All Implemented Interfaces:
Serializable

public class MetaDataException
     
     
extends RuntimeException

Signals that a property meta data XML cannot be parsed.

See Also:
Serialized Form

Constructor Summary
MetaDataException(String systemId)
          Default constructor.
MetaDataException(String systemId, Throwable cause)
          Default Constructor.
 
Method Summary
 String getSystemId()
          Returns the resource that cannot be read.
 
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

MetaDataException

public MetaDataException(String systemId)
Default constructor.

Parameters:
systemId - the resource that cannot be read.

MetaDataException

public MetaDataException(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.)
Method Detail

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.