|
||||||||||
| 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
ezvcard.VCardException
ezvcard.io.CannotParseException
public class CannotParseException
Thrown during the unmarshalling of a vCard property to signal that the property's value could not be parsed (for example, being unable to parse a date string).
| Constructor Summary | |
|---|---|
CannotParseException()
Creates a new "cannot parse" exception. |
|
CannotParseException(int code,
Object... args)
Creates a new "cannot parse" exception. |
|
CannotParseException(String reason)
Creates a new "cannot parse" exception. |
|
| 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 CannotParseException()
public CannotParseException(String reason)
reason - the reason why the property value cannot be parsed
public CannotParseException(int code,
Object... args)
code - the code for retrieving the message text from the resource
bundleargs - the message arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||