|
||||||||||
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
pl.edu.agh.cast.importer.base.exceptions.ImportConversionException
public class ImportConversionException
Thrown whenever a runtime exception during the import conversion process occurs.
Constructor Summary | |
---|---|
ImportConversionException()
Constructs a new exception. |
|
ImportConversionException(String message)
Constructs a new exception with the specified detail message. |
|
ImportConversionException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
ImportConversionException(Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). |
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 ImportConversionException()
public ImportConversionException(String message)
message
- the detail messagepublic ImportConversionException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic ImportConversionException(Throwable cause)
cause
- the cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |