|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
sofya.ed.semantic.FactoryException
public class FactoryException
Exception which indicates that an object factory was unable to satisfy a request for a new object.
| Constructor Summary | |
|---|---|
FactoryException()
Creates an exception with no message or causing exception. |
|
FactoryException(java.lang.String msg)
Creates an exception with the specified message and no causing exception. |
|
FactoryException(java.lang.String msg,
java.lang.Throwable cause)
Creates an exception with the specified message and causing exception. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Gets the wrapped exception indicating the original cause for failure. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 FactoryException()
public FactoryException(java.lang.String msg)
msg - Message associated with this exception.
public FactoryException(java.lang.String msg,
java.lang.Throwable cause)
| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwablenull.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||