|
|||||||||
| 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
messif.utility.ExtendedPropertiesException
public class ExtendedPropertiesException
| Constructor Summary | |
|---|---|
ExtendedPropertiesException()
Constructs a new ExtendedPropertiesException with null as its
detail message. |
|
ExtendedPropertiesException(java.lang.String message)
Constructs a new ExtendedPropertiesException with the specified detailed message. |
|
ExtendedPropertiesException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new ExtendedPropertiesException with the specified detailed 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 ExtendedPropertiesException()
null as its
detail message. The cause is not initialized, and may subsequently be
initialized by a call to Throwable.initCause(java.lang.Throwable).
public ExtendedPropertiesException(java.lang.String message)
Throwable.initCause(java.lang.Throwable).
message - the detailed message
public ExtendedPropertiesException(java.lang.String message,
java.lang.Throwable cause)
message - the detaile messagecause - the cause for this exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||