uk.ac.soton.ecs.grimoires.proxy
Class MetadataFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ac.soton.ecs.grimoires.proxy.GrimoiresProxyException
              extended byuk.ac.soton.ecs.grimoires.proxy.MetadataFormatException
All Implemented Interfaces:
Serializable

public class MetadataFormatException
extends GrimoiresProxyException

See Also:
Serialized Form

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

MetadataFormatException

public MetadataFormatException()

MetadataFormatException

public MetadataFormatException(String message)

MetadataFormatException

public MetadataFormatException(String message,
                               Throwable cause)

MetadataFormatException

public MetadataFormatException(Throwable cause)