|
||||||||||
| 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
com.univocity.api.exception.IllegalConfigurationException
public final class IllegalConfigurationException
IllegalConfigurationException is the exception thrown by uniVocity to notify of an illegal configuration.
| Constructor Summary | |
|---|---|
IllegalConfigurationException(String message)
Constructs a new IllegalConfigurationException exception with the specified detail message, and no cause. |
|
IllegalConfigurationException(String message,
Throwable cause)
Constructs a new IllegalConfigurationException exception with the specified detail message and cause. |
|
IllegalConfigurationException(Throwable cause)
Constructs a new IllegalConfigurationException exception with the specified cause of error. |
|
| 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 IllegalConfigurationException(String message,
Throwable cause)
IllegalConfigurationException exception with the specified detail message and cause.
message - the detail message.cause - the cause of the exception.public IllegalConfigurationException(String message)
IllegalConfigurationException exception with the specified detail message, and no cause.
message - the detail message.public IllegalConfigurationException(Throwable cause)
IllegalConfigurationException exception with the specified cause of error.
cause - the cause of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||