|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jett.exception.ParseException
net.sf.jett.exception.MetadataParseException
public class MetadataParseException
A MetadataParseException occurs when there is an error parsing
the metadata text.
| 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 |
|---|
public MetadataParseException()
MetadataParseException.
public MetadataParseException(java.lang.String message)
MetadataParseException with the given message.
message - The message.public MetadataParseException(java.lang.Throwable cause)
MetadataParseException.
cause - The cause.
public MetadataParseException(java.lang.String message,
java.lang.Throwable cause)
MetadataParseException with the given message.
message - The message.cause - The cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||