|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
verinec.VerinecException
verinec.importer.parser.VerinecImporterException
public class VerinecImporterException
Exceptions in the verinec.importer package.
Extends the VerinecException to identify it as a import exception.
| Constructor Summary | |
|---|---|
VerinecImporterException()
Create exception without message. |
|
VerinecImporterException(String message)
Create exception with message. |
|
VerinecImporterException(String message,
Throwable cause)
Create exception with message and cause. |
|
VerinecImporterException(Throwable cause)
Create exception with 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 VerinecImporterException()
public VerinecImporterException(String message)
message - The reason why this exception is thrown.
public VerinecImporterException(String message,
Throwable cause)
message - The reason why this exception is thrown.cause - The root cause that was the reason for throwing this exceptionpublic VerinecImporterException(Throwable cause)
cause - The root cause that was the reason for throwing this exception
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||