cz.cuni.amis.pogamut.pogamutlevelmetadata
Class MetadataLoadingException

Package class diagram package MetadataLoadingException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cz.cuni.amis.pogamut.pogamutlevelmetadata.MetadataLoadingException
All Implemented Interfaces:
Serializable

public class MetadataLoadingException
extends RuntimeException

Exception that occurrs upon error in metadata loading

Author:
Martin Cerny
See Also:
Serialized Form

Constructor Summary
MetadataLoadingException()
           
MetadataLoadingException(String message)
           
MetadataLoadingException(String message, Throwable cause)
           
MetadataLoadingException(Throwable cause)
           
 
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

MetadataLoadingException

public MetadataLoadingException(Throwable cause)

MetadataLoadingException

public MetadataLoadingException(String message,
                                Throwable cause)

MetadataLoadingException

public MetadataLoadingException(String message)

MetadataLoadingException

public MetadataLoadingException()


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.