|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.alchar.jdtk.DECtalkException
public class DECtalkException
This class implements the exception that is thrown when a DECtalk operation fails.
| Constructor Summary | |
|---|---|
DECtalkException(int errorCode)
Create a new DECtalkException for a given DECtalk error code. |
|
DECtalkException(String message)
Create a new DECtalkException with a given message. |
|
DECtalkException(String message,
Throwable cause)
Create a new DECtalkException with a given message and 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 DECtalkException(int errorCode)
errorCode - Error codepublic DECtalkException(String message)
message - Exception message
public DECtalkException(String message,
Throwable cause)
message - Exception messagecause - Cause for the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2007-2009 Kris Van Hees. All Rights Reserved.