|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
eu.clarin.weblicht.wlfxb.io.WLFormatException
public class WLFormatException
Indicates an exceptional condition that occurred due to errors or
inconsistencies in TCF or WLData.
| Constructor Summary | |
|---|---|
WLFormatException(String msg)
Creates an exception with the given message. |
|
WLFormatException(String msg,
Throwable ex)
Creates an exception with the given message from the given exception. |
|
WLFormatException(Throwable ex)
Creates an exception from the given 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 WLFormatException(String msg)
msg - a string message.public WLFormatException(Throwable ex)
ex - an exception.
public WLFormatException(String msg,
Throwable ex)
msg - a message.ex - an exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||