|
|||||||||
| Home >> All >> com >> synaptics >> [ elvis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.synaptics.elvis
Class ElvisException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.synaptics.elvis.ElvisException
- All Implemented Interfaces:
- java.io.Serializable
- public class ElvisException
- extends java.lang.RuntimeException
Used by the various components of Elvis when an Exception is needed.
- Version:
- $Id: ElvisException.java,v 1.1 2002/05/09 07:17:17 clheiny Exp $
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class java.lang.RuntimeException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
ElvisException()
Creates new ElvisException without detail message. |
|
ElvisException(java.lang.String msg)
Constructs an ElvisException with the specified detail message. |
|
ElvisException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an ElvisException with the specified detail message. |
|
| 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 |
ElvisException
public ElvisException()
- Creates new
ElvisExceptionwithout detail message.
ElvisException
public ElvisException(java.lang.String msg)
- Constructs an
ElvisExceptionwith the specified detail message.
ElvisException
public ElvisException(java.lang.String msg, java.lang.Throwable cause)
- Constructs an
ElvisExceptionwith the specified detail message.
|
|||||||||
| Home >> All >> com >> synaptics >> [ elvis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC