|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception olg.csv.bean.loader.LoadException
public class LoadException
Exception thrown during loading from XML file.
Field Summary | |
---|---|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
LoadException()
Constructs a new load exception with null as its detail
message. |
|
LoadException(String message)
Constructs a new load exception with the specified detail message. |
|
LoadException(String message,
Throwable cause)
Constructs a new load exception with the specified detail message and cause. |
|
LoadException(Throwable cause)
Constructs a new load exception with the specified cause and a detail message of (cause==null ? |
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 |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public LoadException()
null
as its detail
message.
public LoadException(String message)
message
- the detail message.public LoadException(Throwable cause)
cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method).public LoadException(String message, Throwable cause)
message
- the detail message.cause
- the cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |