net.sf.jett.exception
Class MetadataParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jett.exception.ParseException
                  extended by net.sf.jett.exception.MetadataParseException
All Implemented Interfaces:
java.io.Serializable

public class MetadataParseException
extends ParseException

A MetadataParseException occurs when there is an error parsing the metadata text.

Author:
Randy Gettman
See Also:
Serialized Form

Constructor Summary
MetadataParseException()
          Create a MetadataParseException.
MetadataParseException(java.lang.String message)
          Create a MetadataParseException with the given message.
MetadataParseException(java.lang.String message, java.lang.Throwable cause)
          Create a MetadataParseException with the given message.
MetadataParseException(java.lang.Throwable cause)
          Create a MetadataParseException.
 
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

MetadataParseException

public MetadataParseException()
Create a MetadataParseException.


MetadataParseException

public MetadataParseException(java.lang.String message)
Create a MetadataParseException with the given message.

Parameters:
message - The message.

MetadataParseException

public MetadataParseException(java.lang.Throwable cause)
Create a MetadataParseException.

Parameters:
cause - The cause.

MetadataParseException

public MetadataParseException(java.lang.String message,
                              java.lang.Throwable cause)
Create a MetadataParseException with the given message.

Parameters:
message - The message.
cause - The cause.


Copyright © 2012-2013 Jett Team. All Rights Reserved.